Overview of JVM (Java, Kotlin) date parsing functions that are able to parse various datetime formats to the expected epoch seconds 1715872927 without providing the expected format .
Benchmark for parse times The background color show the distribution of parsing times, with the average parsing as number of nanoseconds. The measurement is an average over 100000 iterations per parse method.
| Datetime | org.joda.time.LocalDateTime.parse(String) |
java.time.Instant.parse(String) |
java.time.LocalDateTime.parse(String) |
DateTimeFormatter.BASIC_ISO_DATE.parse(String) |
DateTimeFormatter.ISO_LOCAL_DATE.parse(String) |
DateTimeFormatter.ISO_OFFSET_DATE.parse(String) |
DateTimeFormatter.ISO_DATE.parse(String) |
DateTimeFormatter.ISO_LOCAL_TIME.parse(String) |
DateTimeFormatter.ISO_OFFSET_TIME.parse(String) |
DateTimeFormatter.ISO_TIME.parse(String) |
DateTimeFormatter.ISO_LOCAL_DATE_TIME.parse(String) |
DateTimeFormatter.ISO_OFFSET_DATE_TIME.parse(String) |
DateTimeFormatter.ISO_ZONED_DATE_TIME.parse(String) |
DateTimeFormatter.ISO_DATE_TIME.parse(String) |
DateTimeFormatter.ISO_ORDINAL_DATE.parse(String) |
DateTimeFormatter.ISO_WEEK_DATE.parse(String) |
DateTimeFormatter.ISO_INSTANT.parse(String) |
DateTimeFormatter.RFC_1123_DATE_TIME.parse(String) |
java.util.Date.parse(String) |
java.sql.Date.parse(String) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2024-05-16T15:22:07Z |
Invalid format: "2024-05-16T15:22:07Z" is malformed at "Z"
2035ns
|
1889ns |
Text '2024-05-16T15:22:07Z' could not be parsed, unparsed text found at index 19
1603ns
|
Text '2024-05-16T15:22:07Z' could not be parsed at index 4
978ns
|
Text '2024-05-16T15:22:07Z' could not be parsed, unparsed text found at index 10
812ns
|
Text '2024-05-16T15:22:07Z' could not be parsed at index 10
870ns
|
Text '2024-05-16T15:22:07Z' could not be parsed, unparsed text found at index 10
951ns
|
Text '2024-05-16T15:22:07Z' could not be parsed at index 2
780ns
|
Text '2024-05-16T15:22:07Z' could not be parsed at index 2
816ns
|
Text '2024-05-16T15:22:07Z' could not be parsed at index 2
796ns
|
Text '2024-05-16T15:22:07Z' could not be parsed, unparsed text found at index 19
1134ns
|
1143ns | 831ns | 862ns |
Text '2024-05-16T15:22:07Z' could not be parsed at index 5
847ns
|
Text '2024-05-16T15:22:07Z' could not be parsed at index 4
866ns
|
566ns |
Text '2024-05-16T15:22:07Z' could not be parsed at index 4
1036ns
|
|
|
| 2024-05-16T15:22:07.5Z |
Invalid format: "2024-05-16T15:22:07.5Z" is malformed at "Z"
1423ns
|
883ns |
Text '2024-05-16T15:22:07.5Z' could not be parsed, unparsed text found at index 21
1273ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 4
851ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed, unparsed text found at index 10
848ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 10
903ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed, unparsed text found at index 10
975ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 2
820ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 2
834ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 2
843ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed, unparsed text found at index 21
1222ns
|
866ns | 789ns | 854ns |
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 5
828ns
|
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 4
830ns
|
567ns |
Text '2024-05-16T15:22:07.5Z' could not be parsed at index 4
968ns
|
|
|
| 2024-05-16T15:22:07.53Z |
Invalid format: "2024-05-16T15:22:07.53Z" is malformed at "Z"
1417ns
|
595ns |
Text '2024-05-16T15:22:07.53Z' could not be parsed, unparsed text found at index 22
1250ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 4
850ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed, unparsed text found at index 10
853ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 10
911ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed, unparsed text found at index 10
1019ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 2
836ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 2
847ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 2
886ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed, unparsed text found at index 22
1329ns
|
805ns | 812ns | 869ns |
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 5
875ns
|
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 4
867ns
|
611ns |
Text '2024-05-16T15:22:07.53Z' could not be parsed at index 4
1039ns
|
|
|
| 2024-05-16T15:22:07.534Z |
Invalid format: "2024-05-16T15:22:07.534Z" is malformed at "Z"
1453ns
|
594ns |
Text '2024-05-16T15:22:07.534Z' could not be parsed, unparsed text found at index 23
1300ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 4
851ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed, unparsed text found at index 10
887ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 10
924ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed, unparsed text found at index 10
992ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 2
834ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 2
845ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 2
849ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed, unparsed text found at index 23
1281ns
|
757ns | 882ns | 1014ns |
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 5
969ns
|
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 4
914ns
|
635ns |
Text '2024-05-16T15:22:07.534Z' could not be parsed at index 4
1121ns
|
|
|
| 2024-05-16T15:22:07.534635Z |
Invalid format: "2024-05-16T15:22:07.534635Z" is malformed at "Z"
1573ns
|
635ns |
Text '2024-05-16T15:22:07.534635Z' could not be parsed, unparsed text found at index 26
1314ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 4
851ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed, unparsed text found at index 10
892ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 10
919ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed, unparsed text found at index 10
1001ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 2
835ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 2
938ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 2
966ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed, unparsed text found at index 26
1290ns
|
723ns | 819ns | 953ns |
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 5
950ns
|
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 4
877ns
|
631ns |
Text '2024-05-16T15:22:07.534635Z' could not be parsed at index 4
1017ns
|
|
|
| 2024-05-16t15:22:07z |
Invalid format: "2024-05-16t15:22:07z" is malformed at "z"
1398ns
|
564ns |
Text '2024-05-16t15:22:07z' could not be parsed, unparsed text found at index 19
1231ns
|
Text '2024-05-16t15:22:07z' could not be parsed at index 4
845ns
|
Text '2024-05-16t15:22:07z' could not be parsed, unparsed text found at index 10
870ns
|
Text '2024-05-16t15:22:07z' could not be parsed at index 10
903ns
|
Text '2024-05-16t15:22:07z' could not be parsed, unparsed text found at index 10
979ns
|
Text '2024-05-16t15:22:07z' could not be parsed at index 2
824ns
|
Text '2024-05-16t15:22:07z' could not be parsed at index 2
855ns
|
Text '2024-05-16t15:22:07z' could not be parsed at index 2
866ns
|
Text '2024-05-16t15:22:07z' could not be parsed, unparsed text found at index 19
1185ns
|
691ns | 778ns | 833ns |
Text '2024-05-16t15:22:07z' could not be parsed at index 5
846ns
|
Text '2024-05-16t15:22:07z' could not be parsed at index 4
839ns
|
559ns |
Text '2024-05-16t15:22:07z' could not be parsed at index 4
999ns
|
|
|
| 2024-05-16t15:22:07.534z |
Invalid format: "2024-05-16t15:22:07.534z" is malformed at "z"
1511ns
|
625ns |
Text '2024-05-16t15:22:07.534z' could not be parsed, unparsed text found at index 23
1293ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed at index 4
843ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed, unparsed text found at index 10
899ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed at index 10
932ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed, unparsed text found at index 10
1009ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed at index 2
827ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed at index 2
853ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed at index 2
867ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed, unparsed text found at index 23
1245ns
|
701ns | 807ns | 885ns |
Text '2024-05-16t15:22:07.534z' could not be parsed at index 5
851ns
|
Text '2024-05-16t15:22:07.534z' could not be parsed at index 4
853ns
|
601ns |
Text '2024-05-16t15:22:07.534z' could not be parsed at index 4
1006ns
|
|
|
| 2024-05-16T17:22:07+02:00 |
Invalid format: "2024-05-16T17:22:07+02:00" is malformed at "+02:00"
1393ns
|
634ns |
Text '2024-05-16T17:22:07+02:00' could not be parsed, unparsed text found at index 19
1223ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 4
848ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed, unparsed text found at index 10
872ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 10
922ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed, unparsed text found at index 10
992ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 2
830ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 2
859ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 2
853ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed, unparsed text found at index 19
1184ns
|
732ns | 807ns | 870ns |
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 5
857ns
|
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 4
845ns
|
571ns |
Text '2024-05-16T17:22:07+02:00' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T17:22:07.534+02:00 |
Invalid format: "2024-05-16T17:22:07.534+02:00" is malformed at "+02:00"
1488ns
|
625ns |
Text '2024-05-16T17:22:07.534+02:00' could not be parsed, unparsed text found at index 23
1307ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 4
853ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed, unparsed text found at index 10
876ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 10
904ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed, unparsed text found at index 10
990ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 2
827ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 2
855ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 2
899ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed, unparsed text found at index 23
1293ns
|
728ns | 839ns | 924ns |
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 5
861ns
|
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 4
851ns
|
616ns |
Text '2024-05-16T17:22:07.534+02:00' could not be parsed at index 4
1001ns
|
|
|
| 2024-05-16T17:22:07.534635+02:00 |
Invalid format: "2024-05-16T17:22:07.534635+02:00" is malformed at "+02:00"
1437ns
|
620ns |
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed, unparsed text found at index 26
1293ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 4
853ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed, unparsed text found at index 10
886ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 10
945ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed, unparsed text found at index 10
1074ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 2
1241ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 2
1284ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 2
868ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed, unparsed text found at index 26
1295ns
|
779ns | 863ns | 937ns |
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 5
873ns
|
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 4
851ns
|
614ns |
Text '2024-05-16T17:22:07.534635+02:00' could not be parsed at index 4
1002ns
|
|
|
| 2024-05-16 17:22:07+02:00 |
Invalid format: "2024-05-16 17:22:07+02:00" is malformed at " 17:22:07+02:00"
1196ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
1473ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
1113ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 4
861ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed, unparsed text found at index 10
893ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
923ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed, unparsed text found at index 10
985ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 2
823ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 2
857ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 2
856ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
915ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
921ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
941ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
935ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 5
874ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 4
861ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 10
1063ns
|
Text '2024-05-16 17:22:07+02:00' could not be parsed at index 4
1007ns
|
|
|
| 2024-05-16 17:22:07.5+02:00 |
Invalid format: "2024-05-16 17:22:07.5+02:00" is malformed at " 17:22:07.5+02:00"
1178ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
1160ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
1054ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 4
847ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed, unparsed text found at index 10
863ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
913ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed, unparsed text found at index 10
988ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 2
828ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 2
853ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 2
854ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
913ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
916ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
936ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
918ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 5
854ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 4
846ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 10
1038ns
|
Text '2024-05-16 17:22:07.5+02:00' could not be parsed at index 4
998ns
|
|
|
| 2024-05-16 17:22:07.53+02:00 |
Invalid format: "2024-05-16 17:22:07.53+02:00" is malformed at " 17:22:07.53+02:00"
1187ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
1166ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
1062ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 4
847ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed, unparsed text found at index 10
874ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
913ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed, unparsed text found at index 10
983ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 2
823ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 2
849ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 2
861ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
917ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
922ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
929ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
919ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 5
852ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 4
840ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 10
1024ns
|
Text '2024-05-16 17:22:07.53+02:00' could not be parsed at index 4
974ns
|
|
|
| 2024-05-16 17:22:07.534+02:00 |
Invalid format: "2024-05-16 17:22:07.534+02:00" is malformed at " 17:22:07.534+02:00"
1278ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
1248ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
1054ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 4
844ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed, unparsed text found at index 10
876ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
921ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed, unparsed text found at index 10
999ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 2
828ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 2
866ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 2
891ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
908ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
928ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
937ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
922ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 5
859ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 4
850ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 10
1063ns
|
Text '2024-05-16 17:22:07.534+02:00' could not be parsed at index 4
998ns
|
|
|
| 2024-05-16 17:22:07.534635+02:00 |
Invalid format: "2024-05-16 17:22:07.534635+02:00" is malformed at " 17:22:07.534635+02:00"
1185ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
1163ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
1061ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 4
842ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed, unparsed text found at index 10
875ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
908ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed, unparsed text found at index 10
983ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 2
824ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 2
852ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 2
860ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
904ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
917ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
945ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
931ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 5
864ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 4
860ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 10
1054ns
|
Text '2024-05-16 17:22:07.534635+02:00' could not be parsed at index 4
986ns
|
|
|
| 2024-05-16 15:22:07Z |
Invalid format: "2024-05-16 15:22:07Z" is malformed at " 15:22:07Z"
1175ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
1175ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
1079ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 4
855ns
|
Text '2024-05-16 15:22:07Z' could not be parsed, unparsed text found at index 10
886ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
911ns
|
Text '2024-05-16 15:22:07Z' could not be parsed, unparsed text found at index 10
995ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 2
817ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 2
840ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 2
851ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
877ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
896ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
921ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
906ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 5
857ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 4
861ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 10
1065ns
|
Text '2024-05-16 15:22:07Z' could not be parsed at index 4
1027ns
|
|
|
| 2024-05-16_15:22:07Z |
Invalid format: "2024-05-16_15:22:07Z" is malformed at "_15:22:07Z"
1177ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
1171ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
1051ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 4
851ns
|
Text '2024-05-16_15:22:07Z' could not be parsed, unparsed text found at index 10
895ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
927ns
|
Text '2024-05-16_15:22:07Z' could not be parsed, unparsed text found at index 10
1026ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 2
840ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 2
870ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 2
866ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
907ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
918ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
935ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
907ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 5
853ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 4
837ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 10
1040ns
|
Text '2024-05-16_15:22:07Z' could not be parsed at index 4
987ns
|
|
|
| 2024-05-16 15:22:07z |
Invalid format: "2024-05-16 15:22:07z" is malformed at " 15:22:07z"
1203ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
1197ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
1081ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 4
868ns
|
Text '2024-05-16 15:22:07z' could not be parsed, unparsed text found at index 10
878ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
915ns
|
Text '2024-05-16 15:22:07z' could not be parsed, unparsed text found at index 10
1001ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 2
825ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 2
848ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 2
857ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
916ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
927ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
927ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
909ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 5
856ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 4
838ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 10
1049ns
|
Text '2024-05-16 15:22:07z' could not be parsed at index 4
1001ns
|
|
|
| 2024-05-16_15:22:07z |
Invalid format: "2024-05-16_15:22:07z" is malformed at "_15:22:07z"
1170ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
1168ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
1051ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 4
843ns
|
Text '2024-05-16_15:22:07z' could not be parsed, unparsed text found at index 10
871ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
923ns
|
Text '2024-05-16_15:22:07z' could not be parsed, unparsed text found at index 10
1002ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 2
827ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 2
864ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 2
863ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
919ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
936ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
951ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
924ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 5
853ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 4
835ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 10
1051ns
|
Text '2024-05-16_15:22:07z' could not be parsed at index 4
995ns
|
|
|
| 2024-05-16 15:22:07.5Z |
Invalid format: "2024-05-16 15:22:07.5Z" is malformed at " 15:22:07.5Z"
1182ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
1177ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
1069ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 4
860ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed, unparsed text found at index 10
886ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
925ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed, unparsed text found at index 10
1002ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 2
820ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 2
848ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 2
855ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
913ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
917ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
938ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
908ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 5
848ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 4
837ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 10
1042ns
|
Text '2024-05-16 15:22:07.5Z' could not be parsed at index 4
990ns
|
|
|
| 2024-05-16 15:22:07.53Z |
Invalid format: "2024-05-16 15:22:07.53Z" is malformed at " 15:22:07.53Z"
1199ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
1169ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
1051ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 4
835ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed, unparsed text found at index 10
860ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
906ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed, unparsed text found at index 10
979ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 2
813ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 2
843ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 2
849ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
904ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
916ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
932ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
924ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 5
861ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 4
849ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 10
1055ns
|
Text '2024-05-16 15:22:07.53Z' could not be parsed at index 4
999ns
|
|
|
| 2024-05-16 15:22:07.534Z |
Invalid format: "2024-05-16 15:22:07.534Z" is malformed at " 15:22:07.534Z"
1195ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
1174ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
1055ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 4
846ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed, unparsed text found at index 10
880ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
927ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed, unparsed text found at index 10
1006ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 2
835ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 2
865ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 2
855ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
913ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
921ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
936ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
911ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 5
847ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 4
845ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 10
1050ns
|
Text '2024-05-16 15:22:07.534Z' could not be parsed at index 4
990ns
|
|
|
| 2024-05-16_15:22:07.534Z |
Invalid format: "2024-05-16_15:22:07.534Z" is malformed at "_15:22:07.534Z"
1218ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
1196ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
1080ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 4
864ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed, unparsed text found at index 10
880ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
914ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed, unparsed text found at index 10
988ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 2
810ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 2
844ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 2
843ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
901ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
906ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
922ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
913ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 5
853ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 4
848ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 10
1056ns
|
Text '2024-05-16_15:22:07.534Z' could not be parsed at index 4
994ns
|
|
|
| 2024-05-16 15:22:07.534635Z |
Invalid format: "2024-05-16 15:22:07.534635Z" is malformed at " 15:22:07.534635Z"
1190ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
1166ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
1054ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 4
839ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed, unparsed text found at index 10
860ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
903ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed, unparsed text found at index 10
985ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 2
813ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 2
841ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 2
840ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
906ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
905ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
920ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
900ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 5
835ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 4
834ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 10
1037ns
|
Text '2024-05-16 15:22:07.534635Z' could not be parsed at index 4
986ns
|
|
|
| 2024-05-16_15:22:07.534635Z |
Invalid format: "2024-05-16_15:22:07.534635Z" is malformed at "_15:22:07.534635Z"
1173ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
1174ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
1056ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 4
846ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed, unparsed text found at index 10
866ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
909ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed, unparsed text found at index 10
980ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 2
817ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 2
841ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 2
841ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
902ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
913ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
922ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
906ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 5
842ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 4
836ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 10
1037ns
|
Text '2024-05-16_15:22:07.534635Z' could not be parsed at index 4
986ns
|
|
|
| 2024-05-16 15:22:07.534z |
Invalid format: "2024-05-16 15:22:07.534z" is malformed at " 15:22:07.534z"
1178ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
1170ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
1055ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 4
844ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed, unparsed text found at index 10
883ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
927ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed, unparsed text found at index 10
1013ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 2
843ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 2
866ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 2
861ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
907ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
920ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
927ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
910ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 5
849ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 4
830ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 10
1037ns
|
Text '2024-05-16 15:22:07.534z' could not be parsed at index 4
988ns
|
|
|
| 2024-05-16_15:22:07.534z |
Invalid format: "2024-05-16_15:22:07.534z" is malformed at "_15:22:07.534z"
1216ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
1193ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
1077ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 4
845ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed, unparsed text found at index 10
868ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
907ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed, unparsed text found at index 10
981ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 2
817ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 2
842ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 2
847ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
907ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
914ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
933ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
913ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 5
848ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 4
831ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 10
1038ns
|
Text '2024-05-16_15:22:07.534z' could not be parsed at index 4
987ns
|
|
|
| 2024-05-16 15:22:07.534635z |
Invalid format: "2024-05-16 15:22:07.534635z" is malformed at " 15:22:07.534635z"
1185ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
1170ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
1052ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 4
844ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed, unparsed text found at index 10
866ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
906ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed, unparsed text found at index 10
985ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 2
821ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 2
843ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 2
841ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
903ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
910ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
923ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
903ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 5
847ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 4
836ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 10
1038ns
|
Text '2024-05-16 15:22:07.534635z' could not be parsed at index 4
985ns
|
|
|
| 2024-05-16_15:22:07.534635z |
Invalid format: "2024-05-16_15:22:07.534635z" is malformed at "_15:22:07.534635z"
1175ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
1163ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
1053ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 4
839ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed, unparsed text found at index 10
865ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
904ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed, unparsed text found at index 10
980ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 2
818ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 2
838ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 2
838ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
909ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
910ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
927ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
905ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 5
852ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 4
837ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 10
1034ns
|
Text '2024-05-16_15:22:07.534635z' could not be parsed at index 4
985ns
|
|
|
| 2024-05-16 15:22:07-00:00 |
Invalid format: "2024-05-16 15:22:07-00:00" is malformed at " 15:22:07-00:00"
1186ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
1161ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
1058ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 4
847ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed, unparsed text found at index 10
865ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
908ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed, unparsed text found at index 10
987ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 2
822ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 2
843ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 2
840ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
904ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
914ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
926ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
908ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 5
850ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 4
836ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 10
1035ns
|
Text '2024-05-16 15:22:07-00:00' could not be parsed at index 4
990ns
|
|
|
| 2024-05-16 15:22:07.534-00:00 |
Invalid format: "2024-05-16 15:22:07.534-00:00" is malformed at " 15:22:07.534-00:00"
1185ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
1159ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
1053ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 4
838ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed, unparsed text found at index 10
863ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
904ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed, unparsed text found at index 10
985ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 2
817ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 2
839ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 2
839ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
900ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
909ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
920ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
901ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 5
841ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 4
835ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 10
1032ns
|
Text '2024-05-16 15:22:07.534-00:00' could not be parsed at index 4
990ns
|
|
|
| 2024-05-16T15:22:07-00:00 |
Invalid format: "2024-05-16T15:22:07-00:00" is malformed at "-00:00"
1369ns
|
587ns |
Text '2024-05-16T15:22:07-00:00' could not be parsed, unparsed text found at index 19
1332ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 4
839ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed, unparsed text found at index 10
868ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 10
910ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed, unparsed text found at index 10
980ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 2
817ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 2
838ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 2
843ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed, unparsed text found at index 19
1173ns
|
709ns | 797ns | 840ns |
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 5
849ns
|
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 4
834ns
|
565ns |
Text '2024-05-16T15:22:07-00:00' could not be parsed at index 4
983ns
|
|
|
| 2024-05-16T15:22:07.534-00:00 |
Invalid format: "2024-05-16T15:22:07.534-00:00" is malformed at "-00:00"
1451ns
|
613ns |
Text '2024-05-16T15:22:07.534-00:00' could not be parsed, unparsed text found at index 23
1390ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 4
838ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed, unparsed text found at index 10
874ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 10
903ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed, unparsed text found at index 10
990ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 2
812ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 2
845ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 2
842ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed, unparsed text found at index 23
1239ns
|
716ns | 821ns | 901ns |
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 5
850ns
|
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 4
834ns
|
606ns |
Text '2024-05-16T15:22:07.534-00:00' could not be parsed at index 4
980ns
|
|
|
| 2024-05-17T00:07:07+08:45 |
Invalid format: "2024-05-17T00:07:07+08:45" is malformed at "+08:45"
1388ns
|
575ns |
Text '2024-05-17T00:07:07+08:45' could not be parsed, unparsed text found at index 19
1340ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 4
834ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed, unparsed text found at index 10
866ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 10
903ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed, unparsed text found at index 10
986ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 2
820ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 2
839ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 2
848ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed, unparsed text found at index 19
1187ns
|
717ns | 815ns | 865ns |
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 5
847ns
|
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 4
839ns
|
567ns |
Text '2024-05-17T00:07:07+08:45' could not be parsed at index 4
985ns
|
|
|
| 2024-05-16T15:22:07+00:00 |
Invalid format: "2024-05-16T15:22:07+00:00" is malformed at "+00:00"
1385ns
|
572ns |
Text '2024-05-16T15:22:07+00:00' could not be parsed, unparsed text found at index 19
1338ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 4
841ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed, unparsed text found at index 10
873ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 10
911ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed, unparsed text found at index 10
1001ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 2
814ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 2
841ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 2
848ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed, unparsed text found at index 19
1194ns
|
696ns | 790ns | 833ns |
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 5
838ns
|
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 4
822ns
|
563ns |
Text '2024-05-16T15:22:07+00:00' could not be parsed at index 4
964ns
|
|
|
| 2024-05-16T15:22:07.534+00:00 |
Invalid format: "2024-05-16T15:22:07.534+00:00" is malformed at "+00:00"
1422ns
|
589ns |
Text '2024-05-16T15:22:07.534+00:00' could not be parsed, unparsed text found at index 23
1374ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 4
829ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed, unparsed text found at index 10
860ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 10
899ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed, unparsed text found at index 10
979ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 2
799ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 2
829ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 2
828ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed, unparsed text found at index 23
1225ns
|
710ns | 806ns | 886ns |
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 5
832ns
|
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 4
827ns
|
597ns |
Text '2024-05-16T15:22:07.534+00:00' could not be parsed at index 4
968ns
|
|
|
| 2024-05-16T17 |
diff 1,327
1282ns
|
Text '2024-05-16T17' could not be parsed at index 13
1371ns
|
Text '2024-05-16T17' could not be parsed at index 13
1062ns
|
Text '2024-05-16T17' could not be parsed at index 4
825ns
|
Text '2024-05-16T17' could not be parsed, unparsed text found at index 10
854ns
|
Text '2024-05-16T17' could not be parsed at index 10
889ns
|
Text '2024-05-16T17' could not be parsed, unparsed text found at index 10
970ns
|
Text '2024-05-16T17' could not be parsed at index 2
801ns
|
Text '2024-05-16T17' could not be parsed at index 2
832ns
|
Text '2024-05-16T17' could not be parsed at index 2
829ns
|
Text '2024-05-16T17' could not be parsed at index 13
907ns
|
Text '2024-05-16T17' could not be parsed at index 13
912ns
|
Text '2024-05-16T17' could not be parsed at index 13
927ns
|
Text '2024-05-16T17' could not be parsed at index 13
909ns
|
Text '2024-05-16T17' could not be parsed at index 5
829ns
|
Text '2024-05-16T17' could not be parsed at index 4
825ns
|
Text '2024-05-16T17' could not be parsed at index 13
1030ns
|
Text '2024-05-16T17' could not be parsed at index 4
976ns
|
|
|
| 2024-05-16T17,3 |
diff 247
803ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
1163ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
1062ns
|
Text '2024-05-16T17,3' could not be parsed at index 4
808ns
|
Text '2024-05-16T17,3' could not be parsed, unparsed text found at index 10
849ns
|
Text '2024-05-16T17,3' could not be parsed at index 10
877ns
|
Text '2024-05-16T17,3' could not be parsed, unparsed text found at index 10
965ns
|
Text '2024-05-16T17,3' could not be parsed at index 2
786ns
|
Text '2024-05-16T17,3' could not be parsed at index 2
817ns
|
Text '2024-05-16T17,3' could not be parsed at index 2
811ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
900ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
917ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
921ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
915ns
|
Text '2024-05-16T17,3' could not be parsed at index 5
815ns
|
Text '2024-05-16T17,3' could not be parsed at index 4
808ns
|
Text '2024-05-16T17,3' could not be parsed at index 13
1024ns
|
Text '2024-05-16T17,3' could not be parsed at index 4
962ns
|
|
|
| 2024-05-16T17.3 |
diff 247
707ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
1169ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
1058ns
|
Text '2024-05-16T17.3' could not be parsed at index 4
813ns
|
Text '2024-05-16T17.3' could not be parsed, unparsed text found at index 10
841ns
|
Text '2024-05-16T17.3' could not be parsed at index 10
884ns
|
Text '2024-05-16T17.3' could not be parsed, unparsed text found at index 10
956ns
|
Text '2024-05-16T17.3' could not be parsed at index 2
790ns
|
Text '2024-05-16T17.3' could not be parsed at index 2
811ns
|
Text '2024-05-16T17.3' could not be parsed at index 2
821ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
895ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
911ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
926ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
908ns
|
Text '2024-05-16T17.3' could not be parsed at index 5
821ns
|
Text '2024-05-16T17.3' could not be parsed at index 4
805ns
|
Text '2024-05-16T17.3' could not be parsed at index 13
1035ns
|
Text '2024-05-16T17.3' could not be parsed at index 4
956ns
|
|
|
| 2024-05-16T17:22 |
diff 7
708ns
|
Text '2024-05-16T17:22' could not be parsed at index 16
1192ns
|
diff -7,193
699ns
|
Text '2024-05-16T17:22' could not be parsed at index 4
824ns
|
Text '2024-05-16T17:22' could not be parsed, unparsed text found at index 10
854ns
|
Text '2024-05-16T17:22' could not be parsed at index 10
889ns
|
Text '2024-05-16T17:22' could not be parsed, unparsed text found at index 10
968ns
|
Text '2024-05-16T17:22' could not be parsed at index 2
796ns
|
Text '2024-05-16T17:22' could not be parsed at index 2
828ns
|
Text '2024-05-16T17:22' could not be parsed at index 2
820ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22 of type java.time.format.Parsed
2384ns
|
Text '2024-05-16T17:22' could not be parsed at index 16
1070ns
|
Text '2024-05-16T17:22' could not be parsed at index 16
1057ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22 of type java.time.format.Parsed
2206ns
|
Text '2024-05-16T17:22' could not be parsed at index 5
832ns
|
Text '2024-05-16T17:22' could not be parsed at index 4
831ns
|
Text '2024-05-16T17:22' could not be parsed at index 16
1080ns
|
Text '2024-05-16T17:22' could not be parsed at index 4
1020ns
|
|
|
| 2024-05-16T17:22,1 |
diff 1
837ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 16
1238ns
|
Text '2024-05-16T17:22,1' could not be parsed, unparsed text found at index 16
1216ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 4
853ns
|
Text '2024-05-16T17:22,1' could not be parsed, unparsed text found at index 10
888ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 10
918ns
|
Text '2024-05-16T17:22,1' could not be parsed, unparsed text found at index 10
1004ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 2
821ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 2
843ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 2
849ns
|
Text '2024-05-16T17:22,1' could not be parsed, unparsed text found at index 16
1046ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 16
1097ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 16
1134ns
|
Text '2024-05-16T17:22,1' could not be parsed, unparsed text found at index 16
1196ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 5
885ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 4
864ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 16
1098ns
|
Text '2024-05-16T17:22,1' could not be parsed at index 4
984ns
|
|
|
| 2024-05-16T17:22.1 |
diff 1
783ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 16
1221ns
|
Text '2024-05-16T17:22.1' could not be parsed, unparsed text found at index 16
1197ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 4
840ns
|
Text '2024-05-16T17:22.1' could not be parsed, unparsed text found at index 10
875ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 10
915ns
|
Text '2024-05-16T17:22.1' could not be parsed, unparsed text found at index 10
991ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 2
817ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 2
845ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 2
848ns
|
Text '2024-05-16T17:22.1' could not be parsed, unparsed text found at index 16
1063ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 16
1088ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 16
1087ns
|
Text '2024-05-16T17:22.1' could not be parsed, unparsed text found at index 16
1185ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 5
848ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 4
847ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 16
1086ns
|
Text '2024-05-16T17:22.1' could not be parsed at index 4
995ns
|
|
|
| 2024-05-16T17:22:07 | 790ns |
Text '2024-05-16T17:22:07' could not be parsed at index 19
1219ns
|
diff -7,200
553ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 4
829ns
|
Text '2024-05-16T17:22:07' could not be parsed, unparsed text found at index 10
866ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 10
893ns
|
Text '2024-05-16T17:22:07' could not be parsed, unparsed text found at index 10
976ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 2
816ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 2
834ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 2
847ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07 of type java.time.format.Parsed
2557ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 19
1259ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 19
1283ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07 of type java.time.format.Parsed
2639ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 5
840ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 19
1102ns
|
Text '2024-05-16T17:22:07' could not be parsed at index 4
989ns
|
|
|
| 2024-05-16T17:22:07.5 | 814ns |
Text '2024-05-16T17:22:07.5' could not be parsed at index 21
1310ns
|
diff -7,200
590ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 4
875ns
|
Text '2024-05-16T17:22:07.5' could not be parsed, unparsed text found at index 10
888ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 10
922ns
|
Text '2024-05-16T17:22:07.5' could not be parsed, unparsed text found at index 10
998ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 2
810ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 2
845ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 2
840ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.500 of type java.time.format.Parsed
2625ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 21
1304ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 21
1261ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.500 of type java.time.format.Parsed
2564ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 5
839ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 4
832ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 21
1168ns
|
Text '2024-05-16T17:22:07.5' could not be parsed at index 4
983ns
|
|
|
| 2024-05-16T17:22:07.53 | 809ns |
Text '2024-05-16T17:22:07.53' could not be parsed at index 22
1291ns
|
diff -7,200
564ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 4
833ns
|
Text '2024-05-16T17:22:07.53' could not be parsed, unparsed text found at index 10
862ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 10
906ns
|
Text '2024-05-16T17:22:07.53' could not be parsed, unparsed text found at index 10
975ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 2
811ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 2
832ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 2
834ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.530 of type java.time.format.Parsed
2462ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 22
1250ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 22
1263ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.530 of type java.time.format.Parsed
2549ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 5
851ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 4
835ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 22
1167ns
|
Text '2024-05-16T17:22:07.53' could not be parsed at index 4
979ns
|
|
|
| 2024-05-16T17:22:07,534 | 795ns |
Text '2024-05-16T17:22:07,534' could not be parsed at index 19
1248ns
|
Text '2024-05-16T17:22:07,534' could not be parsed, unparsed text found at index 19
1304ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 4
818ns
|
Text '2024-05-16T17:22:07,534' could not be parsed, unparsed text found at index 10
858ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 10
900ns
|
Text '2024-05-16T17:22:07,534' could not be parsed, unparsed text found at index 10
977ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 2
811ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 2
833ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 2
847ns
|
Text '2024-05-16T17:22:07,534' could not be parsed, unparsed text found at index 19
1171ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 19
1235ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 19
1248ns
|
Text '2024-05-16T17:22:07,534' could not be parsed, unparsed text found at index 19
1349ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 5
873ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 4
863ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 19
1159ns
|
Text '2024-05-16T17:22:07,534' could not be parsed at index 4
1003ns
|
|
|
| 2024-05-16T17:22:07.534 | 842ns |
Text '2024-05-16T17:22:07.534' could not be parsed at index 23
1362ns
|
diff -7,200
599ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 4
868ns
|
Text '2024-05-16T17:22:07.534' could not be parsed, unparsed text found at index 10
904ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 10
946ns
|
Text '2024-05-16T17:22:07.534' could not be parsed, unparsed text found at index 10
1012ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 2
821ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 2
858ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 2
854ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.534 of type java.time.format.Parsed
2461ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 23
1252ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 23
1265ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.534 of type java.time.format.Parsed
2613ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 5
862ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 4
867ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 23
1185ns
|
Text '2024-05-16T17:22:07.534' could not be parsed at index 4
984ns
|
|
|
| 2024-05-16T17:22:07,534635 | 829ns |
Text '2024-05-16T17:22:07,534635' could not be parsed at index 19
1242ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed, unparsed text found at index 19
1322ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 4
826ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed, unparsed text found at index 10
865ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 10
899ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed, unparsed text found at index 10
983ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 2
813ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 2
851ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 2
841ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed, unparsed text found at index 19
1186ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 19
1219ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 19
1214ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed, unparsed text found at index 19
1297ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 5
844ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 19
1127ns
|
Text '2024-05-16T17:22:07,534635' could not be parsed at index 4
981ns
|
|
|
| 2024-05-16T17:22:07.534635 | 819ns |
Text '2024-05-16T17:22:07.534635' could not be parsed at index 26
1307ns
|
diff -7,200
579ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed, unparsed text found at index 10
871ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 10
915ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed, unparsed text found at index 10
984ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 2
823ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 2
841ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 2
843ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.534635 of type java.time.format.Parsed
2661ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 26
1273ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 26
1282ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16T17:22:07.534635 of type java.time.format.Parsed
2602ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 5
852ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 4
836ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 26
1178ns
|
Text '2024-05-16T17:22:07.534635' could not be parsed at index 4
987ns
|
|
|
| 2024-05-16T15Z |
Invalid format: "2024-05-16T15Z" is malformed at "Z"
1139ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
1195ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
1079ns
|
Text '2024-05-16T15Z' could not be parsed at index 4
841ns
|
Text '2024-05-16T15Z' could not be parsed, unparsed text found at index 10
869ns
|
Text '2024-05-16T15Z' could not be parsed at index 10
915ns
|
Text '2024-05-16T15Z' could not be parsed, unparsed text found at index 10
989ns
|
Text '2024-05-16T15Z' could not be parsed at index 2
818ns
|
Text '2024-05-16T15Z' could not be parsed at index 2
839ns
|
Text '2024-05-16T15Z' could not be parsed at index 2
848ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
928ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
948ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
954ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
935ns
|
Text '2024-05-16T15Z' could not be parsed at index 5
851ns
|
Text '2024-05-16T15Z' could not be parsed at index 4
836ns
|
Text '2024-05-16T15Z' could not be parsed at index 13
1067ns
|
Text '2024-05-16T15Z' could not be parsed at index 4
988ns
|
|
|
| 2024-05-16T15,3Z |
Invalid format: "2024-05-16T15,3Z" is malformed at "Z"
1175ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
1201ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
1083ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 4
836ns
|
Text '2024-05-16T15,3Z' could not be parsed, unparsed text found at index 10
876ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 10
916ns
|
Text '2024-05-16T15,3Z' could not be parsed, unparsed text found at index 10
997ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 2
825ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 2
853ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 2
853ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
937ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
944ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
957ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
940ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 5
852ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 4
842ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 13
1072ns
|
Text '2024-05-16T15,3Z' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T15.3Z |
Invalid format: "2024-05-16T15.3Z" is malformed at "Z"
1191ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
1204ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
1094ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 4
843ns
|
Text '2024-05-16T15.3Z' could not be parsed, unparsed text found at index 10
878ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 10
917ns
|
Text '2024-05-16T15.3Z' could not be parsed, unparsed text found at index 10
999ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 2
832ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 2
850ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 2
866ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
939ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
949ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
961ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
942ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 5
867ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 4
847ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 13
1068ns
|
Text '2024-05-16T15.3Z' could not be parsed at index 4
989ns
|
|
|
| 2024-05-16T15:22Z |
Invalid format: "2024-05-16T15:22Z" is malformed at "Z"
1227ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 16
1220ns
|
Text '2024-05-16T15:22Z' could not be parsed, unparsed text found at index 16
1206ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 4
851ns
|
Text '2024-05-16T15:22Z' could not be parsed, unparsed text found at index 10
898ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 10
898ns
|
Text '2024-05-16T15:22Z' could not be parsed, unparsed text found at index 10
1002ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 2
832ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 2
848ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 2
845ns
|
Text '2024-05-16T15:22Z' could not be parsed, unparsed text found at index 16
1052ns
|
diff 7
581ns
|
diff 7
658ns
|
diff 7
735ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 5
837ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 4
838ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 16
1078ns
|
Text '2024-05-16T15:22Z' could not be parsed at index 4
1019ns
|
|
|
| 2024-05-16T15:22,1Z |
Invalid format: "2024-05-16T15:22,1Z" is malformed at "Z"
1297ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 16
1226ns
|
Text '2024-05-16T15:22,1Z' could not be parsed, unparsed text found at index 16
1193ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 4
841ns
|
Text '2024-05-16T15:22,1Z' could not be parsed, unparsed text found at index 10
870ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 10
906ns
|
Text '2024-05-16T15:22,1Z' could not be parsed, unparsed text found at index 10
989ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 2
818ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 2
849ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 2
842ns
|
Text '2024-05-16T15:22,1Z' could not be parsed, unparsed text found at index 16
1053ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 16
1080ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 16
1098ns
|
Text '2024-05-16T15:22,1Z' could not be parsed, unparsed text found at index 16
1162ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 5
846ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 4
834ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 16
1084ns
|
Text '2024-05-16T15:22,1Z' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T15:22.1Z |
Invalid format: "2024-05-16T15:22.1Z" is malformed at "Z"
1267ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 16
1211ns
|
Text '2024-05-16T15:22.1Z' could not be parsed, unparsed text found at index 16
1194ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 4
832ns
|
Text '2024-05-16T15:22.1Z' could not be parsed, unparsed text found at index 10
869ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 10
897ns
|
Text '2024-05-16T15:22.1Z' could not be parsed, unparsed text found at index 10
985ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 2
818ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 2
846ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 2
841ns
|
Text '2024-05-16T15:22.1Z' could not be parsed, unparsed text found at index 16
1055ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 16
1080ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 16
1096ns
|
Text '2024-05-16T15:22.1Z' could not be parsed, unparsed text found at index 16
1164ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 5
844ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 4
833ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 16
1082ns
|
Text '2024-05-16T15:22.1Z' could not be parsed at index 4
981ns
|
|
|
| 2024-05-16T15:22:07,534Z |
Invalid format: "2024-05-16T15:22:07,534Z" is malformed at "Z"
1317ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 19
1253ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed, unparsed text found at index 19
1423ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 4
916ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed, unparsed text found at index 10
885ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 10
921ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed, unparsed text found at index 10
993ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 2
814ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 2
851ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 2
839ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed, unparsed text found at index 19
1184ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 19
1227ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 19
1222ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed, unparsed text found at index 19
1287ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 5
858ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 4
858ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 19
1159ns
|
Text '2024-05-16T15:22:07,534Z' could not be parsed at index 4
1020ns
|
|
|
| 2024-05-16T15:22:07,534635Z |
Invalid format: "2024-05-16T15:22:07,534635Z" is malformed at "Z"
1310ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 19
1252ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed, unparsed text found at index 19
1320ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 4
833ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed, unparsed text found at index 10
871ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 10
900ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed, unparsed text found at index 10
983ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 2
811ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 2
841ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 2
842ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed, unparsed text found at index 19
1178ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 19
1211ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 19
1223ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed, unparsed text found at index 19
1282ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 5
835ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 4
838ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 19
1109ns
|
Text '2024-05-16T15:22:07,534635Z' could not be parsed at index 4
986ns
|
|
|
| 2024-05-16T17+02 |
Invalid format: "2024-05-16T17+02" is malformed at "+02"
1142ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
1194ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
1081ns
|
Text '2024-05-16T17+02' could not be parsed at index 4
838ns
|
Text '2024-05-16T17+02' could not be parsed, unparsed text found at index 10
872ns
|
Text '2024-05-16T17+02' could not be parsed at index 10
905ns
|
Text '2024-05-16T17+02' could not be parsed, unparsed text found at index 10
989ns
|
Text '2024-05-16T17+02' could not be parsed at index 2
819ns
|
Text '2024-05-16T17+02' could not be parsed at index 2
846ns
|
Text '2024-05-16T17+02' could not be parsed at index 2
843ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
935ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
938ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
946ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
940ns
|
Text '2024-05-16T17+02' could not be parsed at index 5
841ns
|
Text '2024-05-16T17+02' could not be parsed at index 4
840ns
|
Text '2024-05-16T17+02' could not be parsed at index 13
1052ns
|
Text '2024-05-16T17+02' could not be parsed at index 4
993ns
|
|
|
| 2024-05-16T17,3+02 |
Invalid format: "2024-05-16T17,3+02" is malformed at "+02"
1181ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
1201ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
1084ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 4
841ns
|
Text '2024-05-16T17,3+02' could not be parsed, unparsed text found at index 10
868ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 10
908ns
|
Text '2024-05-16T17,3+02' could not be parsed, unparsed text found at index 10
988ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 2
809ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 2
845ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 2
841ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
934ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
937ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
945ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
937ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 5
840ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 4
839ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 13
1058ns
|
Text '2024-05-16T17,3+02' could not be parsed at index 4
992ns
|
|
|
| 2024-05-16T17.3+02 |
Invalid format: "2024-05-16T17.3+02" is malformed at "+02"
1183ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
1197ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
1087ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 4
840ns
|
Text '2024-05-16T17.3+02' could not be parsed, unparsed text found at index 10
866ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 10
901ns
|
Text '2024-05-16T17.3+02' could not be parsed, unparsed text found at index 10
985ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 2
809ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 2
843ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 2
841ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
934ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
950ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
966ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
958ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 5
862ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 4
851ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 13
1066ns
|
Text '2024-05-16T17.3+02' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T17:22+02 |
Invalid format: "2024-05-16T17:22+02" is malformed at "+02"
1222ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 16
1215ns
|
Text '2024-05-16T17:22+02' could not be parsed, unparsed text found at index 16
1185ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 4
846ns
|
Text '2024-05-16T17:22+02' could not be parsed, unparsed text found at index 10
883ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 10
926ns
|
Text '2024-05-16T17:22+02' could not be parsed, unparsed text found at index 10
996ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 2
837ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 2
847ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 2
842ns
|
Text '2024-05-16T17:22+02' could not be parsed, unparsed text found at index 16
1050ns
|
diff 7
635ns
|
diff 7
672ns
|
Text '2024-05-16T17:22+02' could not be parsed, unparsed text found at index 16
1185ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 5
847ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 4
830ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 16
1080ns
|
Text '2024-05-16T17:22+02' could not be parsed at index 4
990ns
|
|
|
| 2024-05-16T17:22,1+02 |
Invalid format: "2024-05-16T17:22,1+02" is malformed at "+02"
1252ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 16
1205ns
|
Text '2024-05-16T17:22,1+02' could not be parsed, unparsed text found at index 16
1195ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 4
829ns
|
Text '2024-05-16T17:22,1+02' could not be parsed, unparsed text found at index 10
867ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 10
901ns
|
Text '2024-05-16T17:22,1+02' could not be parsed, unparsed text found at index 10
984ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 2
813ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 2
849ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 2
845ns
|
Text '2024-05-16T17:22,1+02' could not be parsed, unparsed text found at index 16
1058ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 16
1076ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 16
1096ns
|
Text '2024-05-16T17:22,1+02' could not be parsed, unparsed text found at index 16
1159ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 5
848ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 4
832ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 16
1082ns
|
Text '2024-05-16T17:22,1+02' could not be parsed at index 4
979ns
|
|
|
| 2024-05-16T17:22.1+02 |
Invalid format: "2024-05-16T17:22.1+02" is malformed at "+02"
1265ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 16
1222ns
|
Text '2024-05-16T17:22.1+02' could not be parsed, unparsed text found at index 16
1199ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 4
832ns
|
Text '2024-05-16T17:22.1+02' could not be parsed, unparsed text found at index 10
865ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 10
901ns
|
Text '2024-05-16T17:22.1+02' could not be parsed, unparsed text found at index 10
990ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 2
810ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 2
839ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 2
845ns
|
Text '2024-05-16T17:22.1+02' could not be parsed, unparsed text found at index 16
1045ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 16
1086ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 16
1093ns
|
Text '2024-05-16T17:22.1+02' could not be parsed, unparsed text found at index 16
1157ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 5
840ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 4
832ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 16
1082ns
|
Text '2024-05-16T17:22.1+02' could not be parsed at index 4
990ns
|
|
|
| 2024-05-16T17:22:07+02 |
Invalid format: "2024-05-16T17:22:07+02" is malformed at "+02"
1289ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 19
1270ns
|
Text '2024-05-16T17:22:07+02' could not be parsed, unparsed text found at index 19
1330ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 4
838ns
|
Text '2024-05-16T17:22:07+02' could not be parsed, unparsed text found at index 10
872ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 10
905ns
|
Text '2024-05-16T17:22:07+02' could not be parsed, unparsed text found at index 10
999ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 2
815ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 2
843ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 2
841ns
|
Text '2024-05-16T17:22:07+02' could not be parsed, unparsed text found at index 19
1190ns
|
713ns | 812ns |
Text '2024-05-16T17:22:07+02' could not be parsed, unparsed text found at index 19
1304ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 5
844ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 4
846ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 19
1130ns
|
Text '2024-05-16T17:22:07+02' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T17:22:07.5+02 |
Invalid format: "2024-05-16T17:22:07.5+02" is malformed at "+02"
1367ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 21
1348ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed, unparsed text found at index 21
1422ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 4
848ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed, unparsed text found at index 10
872ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 10
916ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed, unparsed text found at index 10
997ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 2
823ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 2
842ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 2
848ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed, unparsed text found at index 21
1231ns
|
727ns | 834ns |
Text '2024-05-16T17:22:07.5+02' could not be parsed, unparsed text found at index 21
1388ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 5
857ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 4
851ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 21
1196ns
|
Text '2024-05-16T17:22:07.5+02' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T17:22:07.53+02 |
Invalid format: "2024-05-16T17:22:07.53+02" is malformed at "+02"
1317ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 22
1317ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed, unparsed text found at index 22
1387ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 4
831ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed, unparsed text found at index 10
870ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 10
901ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed, unparsed text found at index 10
989ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 2
810ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 2
850ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 2
843ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed, unparsed text found at index 22
1237ns
|
724ns | 835ns |
Text '2024-05-16T17:22:07.53+02' could not be parsed, unparsed text found at index 22
1365ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 5
844ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 4
836ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 22
1189ns
|
Text '2024-05-16T17:22:07.53+02' could not be parsed at index 4
984ns
|
|
|
| 2024-05-16T17:22:07,534+02 |
Invalid format: "2024-05-16T17:22:07,534+02" is malformed at "+02"
1333ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 19
1252ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed, unparsed text found at index 19
1326ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 4
841ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed, unparsed text found at index 10
875ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 10
907ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed, unparsed text found at index 10
996ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 2
818ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 2
853ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 2
847ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed, unparsed text found at index 19
1195ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 19
1233ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 19
1231ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed, unparsed text found at index 19
1301ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 5
856ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 19
1129ns
|
Text '2024-05-16T17:22:07,534+02' could not be parsed at index 4
991ns
|
|
|
| 2024-05-16T17:22:07.534+02 |
Invalid format: "2024-05-16T17:22:07.534+02" is malformed at "+02"
1331ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 23
1328ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed, unparsed text found at index 23
1395ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed, unparsed text found at index 10
874ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 10
912ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed, unparsed text found at index 10
998ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 2
819ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 2
856ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 2
850ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed, unparsed text found at index 23
1249ns
|
732ns | 848ns |
Text '2024-05-16T17:22:07.534+02' could not be parsed, unparsed text found at index 23
1380ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 5
853ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 4
842ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 23
1197ns
|
Text '2024-05-16T17:22:07.534+02' could not be parsed at index 4
989ns
|
|
|
| 2024-05-16T17:22:07,534635+02 |
Invalid format: "2024-05-16T17:22:07,534635+02" is malformed at "+02"
1335ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 19
1261ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed, unparsed text found at index 19
1332ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 4
842ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed, unparsed text found at index 10
871ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 10
909ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed, unparsed text found at index 10
1000ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 2
822ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 2
850ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 2
847ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed, unparsed text found at index 19
1189ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 19
1228ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 19
1228ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed, unparsed text found at index 19
1297ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 5
854ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 4
840ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 19
1130ns
|
Text '2024-05-16T17:22:07,534635+02' could not be parsed at index 4
996ns
|
|
|
| 2024-05-16T17:22:07.534635+02 |
Invalid format: "2024-05-16T17:22:07.534635+02" is malformed at "+02"
1335ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 26
1328ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed, unparsed text found at index 26
1396ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 4
843ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed, unparsed text found at index 10
873ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 10
905ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed, unparsed text found at index 10
992ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 2
818ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 2
849ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 2
848ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed, unparsed text found at index 26
1245ns
|
739ns | 836ns |
Text '2024-05-16T17:22:07.534635+02' could not be parsed, unparsed text found at index 26
1373ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 5
846ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 26
1192ns
|
Text '2024-05-16T17:22:07.534635+02' could not be parsed at index 4
994ns
|
|
|
| 2024-05-16T17+02:00 |
Invalid format: "2024-05-16T17+02:00" is malformed at "+02:00"
1155ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
1197ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
1089ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 4
849ns
|
Text '2024-05-16T17+02:00' could not be parsed, unparsed text found at index 10
875ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 10
906ns
|
Text '2024-05-16T17+02:00' could not be parsed, unparsed text found at index 10
996ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 2
815ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 2
843ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 2
854ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
931ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
948ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
950ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
943ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 5
845ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 4
834ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 13
1071ns
|
Text '2024-05-16T17+02:00' could not be parsed at index 4
996ns
|
|
|
| 2024-05-16T17,3+02:00 |
Invalid format: "2024-05-16T17,3+02:00" is malformed at "+02:00"
1174ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
1202ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
1087ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 4
838ns
|
Text '2024-05-16T17,3+02:00' could not be parsed, unparsed text found at index 10
872ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 10
908ns
|
Text '2024-05-16T17,3+02:00' could not be parsed, unparsed text found at index 10
993ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 2
813ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 2
844ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 2
842ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
936ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
944ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
952ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
944ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 5
846ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 4
845ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 13
1062ns
|
Text '2024-05-16T17,3+02:00' could not be parsed at index 4
997ns
|
|
|
| 2024-05-16T17.3+02:00 |
Invalid format: "2024-05-16T17.3+02:00" is malformed at "+02:00"
1218ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
1280ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
1191ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 4
846ns
|
Text '2024-05-16T17.3+02:00' could not be parsed, unparsed text found at index 10
872ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 10
904ns
|
Text '2024-05-16T17.3+02:00' could not be parsed, unparsed text found at index 10
988ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 2
816ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 2
849ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 2
841ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
923ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
938ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
944ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
953ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 5
857ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 4
857ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 13
1089ns
|
Text '2024-05-16T17.3+02:00' could not be parsed at index 4
1000ns
|
|
|
| 2024-05-16T17:22+02:00 |
Invalid format: "2024-05-16T17:22+02:00" is malformed at "+02:00"
1225ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 16
1221ns
|
Text '2024-05-16T17:22+02:00' could not be parsed, unparsed text found at index 16
1195ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 4
838ns
|
Text '2024-05-16T17:22+02:00' could not be parsed, unparsed text found at index 10
870ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 10
899ns
|
Text '2024-05-16T17:22+02:00' could not be parsed, unparsed text found at index 10
983ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 2
811ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 2
844ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 2
839ns
|
Text '2024-05-16T17:22+02:00' could not be parsed, unparsed text found at index 16
1056ns
|
diff 7
577ns
|
diff 7
678ns
|
diff 7
731ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 5
846ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 4
835ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 16
1081ns
|
Text '2024-05-16T17:22+02:00' could not be parsed at index 4
981ns
|
|
|
| 2024-05-16T17:22,1+02:00 |
Invalid format: "2024-05-16T17:22,1+02:00" is malformed at "+02:00"
1245ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 16
1217ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed, unparsed text found at index 16
1203ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 4
831ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed, unparsed text found at index 10
870ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 10
903ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed, unparsed text found at index 10
993ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 2
811ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 2
839ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 2
845ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed, unparsed text found at index 16
1046ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 16
1090ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 16
1092ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed, unparsed text found at index 16
1163ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 5
845ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 4
839ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 16
1096ns
|
Text '2024-05-16T17:22,1+02:00' could not be parsed at index 4
993ns
|
|
|
| 2024-05-16T17:22.1+02:00 |
Invalid format: "2024-05-16T17:22.1+02:00" is malformed at "+02:00"
1270ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 16
1248ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed, unparsed text found at index 16
1274ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 4
898ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed, unparsed text found at index 10
917ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 10
911ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed, unparsed text found at index 10
999ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 2
823ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 2
846ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 2
853ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed, unparsed text found at index 16
1058ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 16
1099ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 16
1099ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed, unparsed text found at index 16
1277ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 5
892ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 4
907ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 16
1152ns
|
Text '2024-05-16T17:22.1+02:00' could not be parsed at index 4
998ns
|
|
|
| 2024-05-16T17:22:07.5+02:00 |
Invalid format: "2024-05-16T17:22:07.5+02:00" is malformed at "+02:00"
1342ns
|
624ns |
Text '2024-05-16T17:22:07.5+02:00' could not be parsed, unparsed text found at index 21
1397ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 4
845ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed, unparsed text found at index 10
882ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 10
915ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed, unparsed text found at index 10
999ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 2
817ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 2
845ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 2
843ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed, unparsed text found at index 21
1243ns
|
730ns | 834ns | 914ns |
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 5
850ns
|
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 4
831ns
|
632ns |
Text '2024-05-16T17:22:07.5+02:00' could not be parsed at index 4
996ns
|
|
|
| 2024-05-16T17:22:07.53+02:00 |
Invalid format: "2024-05-16T17:22:07.53+02:00" is malformed at "+02:00"
1373ns
|
666ns |
Text '2024-05-16T17:22:07.53+02:00' could not be parsed, unparsed text found at index 22
1690ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 4
909ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed, unparsed text found at index 10
882ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 10
929ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed, unparsed text found at index 10
1006ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 2
825ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 2
858ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 2
849ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed, unparsed text found at index 22
1248ns
|
734ns | 845ns | 1002ns |
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 5
920ns
|
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 4
899ns
|
697ns |
Text '2024-05-16T17:22:07.53+02:00' could not be parsed at index 4
995ns
|
|
|
| 2024-05-16T17:22:07,534+02:00 |
Invalid format: "2024-05-16T17:22:07,534+02:00" is malformed at "+02:00"
1343ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 19
1258ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed, unparsed text found at index 19
1340ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 4
847ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed, unparsed text found at index 10
882ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 10
916ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed, unparsed text found at index 10
1003ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 2
826ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 2
858ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 2
853ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed, unparsed text found at index 19
1197ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 19
1229ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 19
1240ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed, unparsed text found at index 19
1318ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 5
867ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 4
940ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 19
1267ns
|
Text '2024-05-16T17:22:07,534+02:00' could not be parsed at index 4
1108ns
|
|
|
| 2024-05-16T17:22:07,534635+02:00 |
Invalid format: "2024-05-16T17:22:07,534635+02:00" is malformed at "+02:00"
1342ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 19
1264ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 19
1347ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 4
841ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 10
882ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 10
909ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 10
1002ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 2
819ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 2
860ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 2
862ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 19
1263ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 19
1308ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 19
1242ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 19
1337ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 5
933ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 4
849ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 19
1119ns
|
Text '2024-05-16T17:22:07,534635+02:00' could not be parsed at index 4
998ns
|
|
|
| 2024-W20-4T17 |
diff 1,327
912ns
|
Text '2024-W20-4T17' could not be parsed at index 5
1238ns
|
Text '2024-W20-4T17' could not be parsed at index 5
1155ns
|
Text '2024-W20-4T17' could not be parsed at index 4
923ns
|
Text '2024-W20-4T17' could not be parsed at index 5
884ns
|
Text '2024-W20-4T17' could not be parsed at index 5
856ns
|
Text '2024-W20-4T17' could not be parsed at index 5
852ns
|
Text '2024-W20-4T17' could not be parsed at index 2
847ns
|
Text '2024-W20-4T17' could not be parsed at index 2
904ns
|
Text '2024-W20-4T17' could not be parsed at index 2
898ns
|
Text '2024-W20-4T17' could not be parsed at index 5
879ns
|
Text '2024-W20-4T17' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17' could not be parsed at index 5
865ns
|
Text '2024-W20-4T17' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17' could not be parsed, unparsed text found at index 10
1059ns
|
Text '2024-W20-4T17' could not be parsed at index 5
1021ns
|
Text '2024-W20-4T17' could not be parsed at index 4
999ns
|
|
|
| 2024-W20-4T17,3 |
diff 247
1054ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
1406ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
1005ns
|
Text '2024-W20-4T17,3' could not be parsed at index 4
855ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
853ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
863ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17,3' could not be parsed at index 2
843ns
|
Text '2024-W20-4T17,3' could not be parsed at index 2
876ns
|
Text '2024-W20-4T17,3' could not be parsed at index 2
878ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
907ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
928ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
906ns
|
Text '2024-W20-4T17,3' could not be parsed, unparsed text found at index 10
1038ns
|
Text '2024-W20-4T17,3' could not be parsed at index 5
1040ns
|
Text '2024-W20-4T17,3' could not be parsed at index 4
1043ns
|
|
|
| 2024-W20-4T17.3 |
diff 247
891ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
1205ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
1019ns
|
Text '2024-W20-4T17.3' could not be parsed at index 4
964ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
851ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17.3' could not be parsed at index 2
847ns
|
Text '2024-W20-4T17.3' could not be parsed at index 2
919ns
|
Text '2024-W20-4T17.3' could not be parsed at index 2
847ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
871ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
864ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
870ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
861ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
838ns
|
Text '2024-W20-4T17.3' could not be parsed, unparsed text found at index 10
1001ns
|
Text '2024-W20-4T17.3' could not be parsed at index 5
988ns
|
Text '2024-W20-4T17.3' could not be parsed at index 4
993ns
|
|
|
| 2024-W20-4T17:22 |
diff 7
848ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
1130ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
1029ns
|
Text '2024-W20-4T17:22' could not be parsed at index 4
842ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
832ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
865ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22' could not be parsed at index 2
816ns
|
Text '2024-W20-4T17:22' could not be parsed at index 2
845ns
|
Text '2024-W20-4T17:22' could not be parsed at index 2
915ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
890ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
923ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
973ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17:22' could not be parsed, unparsed text found at index 10
1011ns
|
Text '2024-W20-4T17:22' could not be parsed at index 5
1045ns
|
Text '2024-W20-4T17:22' could not be parsed at index 4
1018ns
|
|
|
| 2024-W20-4T17:22,1 |
diff 1
896ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
1151ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
1030ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 4
861ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
871ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 2
853ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 2
875ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 2
874ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17:22,1' could not be parsed, unparsed text found at index 10
1014ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 5
1117ns
|
Text '2024-W20-4T17:22,1' could not be parsed at index 4
1216ns
|
|
|
| 2024-W20-4T17:22.1 |
diff 1
968ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
1145ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
1015ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 4
852ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
853ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
896ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 2
845ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 2
850ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 2
852ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
861ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
865ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
849ns
|
Text '2024-W20-4T17:22.1' could not be parsed, unparsed text found at index 10
1008ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 5
999ns
|
Text '2024-W20-4T17:22.1' could not be parsed at index 4
998ns
|
|
|
| 2024-W20-4T17:22:07 | 894ns |
Text '2024-W20-4T17:22:07' could not be parsed at index 5
1149ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
1015ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 4
865ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
973ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
973ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 2
835ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 2
900ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 2
905ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
892ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
872ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
862ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
851ns
|
Text '2024-W20-4T17:22:07' could not be parsed, unparsed text found at index 10
1003ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 5
1003ns
|
Text '2024-W20-4T17:22:07' could not be parsed at index 4
1037ns
|
|
|
| 2024-W20-4T17:22:07.5 | 966ns |
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
1215ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
1090ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 4
866ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
837ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
867ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 2
834ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 2
982ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 2
1059ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
1079ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
937ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
926ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
913ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
899ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed, unparsed text found at index 10
1030ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 5
1024ns
|
Text '2024-W20-4T17:22:07.5' could not be parsed at index 4
1148ns
|
|
|
| 2024-W20-4T17:22:07.53 | 971ns |
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
1216ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
1017ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 4
843ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
840ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
858ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
864ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 2
825ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 2
854ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 2
859ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
863ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
884ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
879ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
850ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed, unparsed text found at index 10
1012ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 5
1019ns
|
Text '2024-W20-4T17:22:07.53' could not be parsed at index 4
1236ns
|
|
|
| 2024-W20-4T17:22:07,534 | 948ns |
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
1146ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
1010ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 4
843ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
839ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
857ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 2
825ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 2
857ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 2
854ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
869ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
867ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
878ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
851ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed, unparsed text found at index 10
1006ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 5
1002ns
|
Text '2024-W20-4T17:22:07,534' could not be parsed at index 4
1019ns
|
|
|
| 2024-W20-4T17:22:07.534 | 958ns |
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
1142ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
1026ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 4
857ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
847ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
860ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
856ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 2
834ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 2
859ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 2
862ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
878ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
861ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed, unparsed text found at index 10
1258ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 5
1311ns
|
Text '2024-W20-4T17:22:07.534' could not be parsed at index 4
1373ns
|
|
|
| 2024-W20-4T17:22:07,534635 | 986ns |
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
1401ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
1510ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 4
1058ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
1114ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
1021ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
933ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 2
830ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 2
852ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 2
850ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
864ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
881ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
871ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
847ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed, unparsed text found at index 10
1004ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 5
991ns
|
Text '2024-W20-4T17:22:07,534635' could not be parsed at index 4
1004ns
|
|
|
| 2024-W20-4T17:22:07.534635 | 964ns |
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
1130ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
1014ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 4
837ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
836ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
852ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
851ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 2
831ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 2
855ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 2
864ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
857ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
865ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
876ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
881ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
863ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed, unparsed text found at index 10
1002ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 5
1000ns
|
Text '2024-W20-4T17:22:07.534635' could not be parsed at index 4
996ns
|
|
|
| 2024-W20-4T15Z |
Invalid format: "2024-W20-4T15Z" is malformed at "Z"
1169ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
1131ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
1002ns
|
Text '2024-W20-4T15Z' could not be parsed at index 4
833ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
827ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
852ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
843ns
|
Text '2024-W20-4T15Z' could not be parsed at index 2
821ns
|
Text '2024-W20-4T15Z' could not be parsed at index 2
848ns
|
Text '2024-W20-4T15Z' could not be parsed at index 2
847ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
852ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
860ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
876ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
858ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
843ns
|
Text '2024-W20-4T15Z' could not be parsed, unparsed text found at index 10
999ns
|
Text '2024-W20-4T15Z' could not be parsed at index 5
995ns
|
Text '2024-W20-4T15Z' could not be parsed at index 4
990ns
|
|
|
| 2024-W20-4T15,3Z |
Invalid format: "2024-W20-4T15,3Z" is malformed at "Z"
1191ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
1137ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
1007ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 4
869ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
852ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
860ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
895ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 2
823ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 2
863ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 2
851ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
852ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
869ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
873ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
870ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
846ns
|
Text '2024-W20-4T15,3Z' could not be parsed, unparsed text found at index 10
1009ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 5
1023ns
|
Text '2024-W20-4T15,3Z' could not be parsed at index 4
1083ns
|
|
|
| 2024-W20-4T15.3Z |
Invalid format: "2024-W20-4T15.3Z" is malformed at "Z"
1399ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
1234ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
1323ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 4
852ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
845ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
927ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
854ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 2
823ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 2
850ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 2
851ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
858ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
872ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
873ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
875ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
919ns
|
Text '2024-W20-4T15.3Z' could not be parsed, unparsed text found at index 10
1094ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 5
1075ns
|
Text '2024-W20-4T15.3Z' could not be parsed at index 4
1146ns
|
|
|
| 2024-W20-4T15:22Z |
Invalid format: "2024-W20-4T15:22Z" is malformed at "Z"
1384ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
1205ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
1230ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 4
1329ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
1118ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
940ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
874ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 2
824ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 2
851ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 2
914ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
942ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
904ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
930ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
863ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
925ns
|
Text '2024-W20-4T15:22Z' could not be parsed, unparsed text found at index 10
1005ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 5
1007ns
|
Text '2024-W20-4T15:22Z' could not be parsed at index 4
1108ns
|
|
|
| 2024-W20-4T15:22,1Z |
Invalid format: "2024-W20-4T15:22,1Z" is malformed at "Z"
1420ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
1147ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
1055ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 4
887ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
868ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
883ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
898ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 2
843ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 2
855ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 2
864ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
881ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
950ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
943ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
882ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
877ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed, unparsed text found at index 10
1064ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 5
1048ns
|
Text '2024-W20-4T15:22,1Z' could not be parsed at index 4
1056ns
|
|
|
| 2024-W20-4T15:22.1Z |
Invalid format: "2024-W20-4T15:22.1Z" is malformed at "Z"
1331ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
1177ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
1028ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 4
858ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
856ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
872ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
870ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 2
873ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 2
897ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 2
865ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
871ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
883ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
896ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
1024ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
909ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed, unparsed text found at index 10
1201ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 5
1120ns
|
Text '2024-W20-4T15:22.1Z' could not be parsed at index 4
1018ns
|
|
|
| 2024-W20-4T15:22:07Z |
Invalid format: "2024-W20-4T15:22:07Z" is malformed at "Z"
1327ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
1173ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
1039ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 4
882ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
867ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
891ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
890ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 2
836ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 2
882ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 2
870ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
865ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
895ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
871ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
872ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
853ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed, unparsed text found at index 10
1008ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 5
1015ns
|
Text '2024-W20-4T15:22:07Z' could not be parsed at index 4
1061ns
|
|
|
| 2024-W20-4T15:22:07.5Z |
Invalid format: "2024-W20-4T15:22:07.5Z" is malformed at "Z"
1386ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1163ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1045ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 4
878ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
906ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
949ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1133ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 2
860ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 2
878ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 2
1152ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1004ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1026ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1033ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1031ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
974ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed, unparsed text found at index 10
1068ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 5
1066ns
|
Text '2024-W20-4T15:22:07.5Z' could not be parsed at index 4
1059ns
|
|
|
| 2024-W20-4T15:22:07.53Z |
Invalid format: "2024-W20-4T15:22:07.53Z" is malformed at "Z"
1536ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
1194ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
1074ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 4
907ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
908ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
922ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
919ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 2
892ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 2
910ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 2
924ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
905ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
922ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
933ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
922ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
904ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed, unparsed text found at index 10
1058ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 5
1056ns
|
Text '2024-W20-4T15:22:07.53Z' could not be parsed at index 4
1054ns
|
|
|
| 2024-W20-4T15:22:07,534Z |
Invalid format: "2024-W20-4T15:22:07,534Z" is malformed at "Z"
1443ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
1494ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
1062ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 4
919ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
834ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
851ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
940ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 2
843ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 2
902ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 2
887ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
860ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
860ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
943ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
1067ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
1059ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed, unparsed text found at index 10
1526ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 5
1065ns
|
Text '2024-W20-4T15:22:07,534Z' could not be parsed at index 4
1035ns
|
|
|
| 2024-W20-4T15:22:07.534Z |
Invalid format: "2024-W20-4T15:22:07.534Z" is malformed at "Z"
1388ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
1160ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
1026ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 4
863ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
853ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
887ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
875ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 2
845ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 2
877ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 2
868ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
883ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
888ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
894ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
891ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
950ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed, unparsed text found at index 10
1156ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 5
1006ns
|
Text '2024-W20-4T15:22:07.534Z' could not be parsed at index 4
1107ns
|
|
|
| 2024-W20-4T15:22:07,534635Z |
Invalid format: "2024-W20-4T15:22:07,534635Z" is malformed at "Z"
1514ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1251ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1173ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 4
984ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1023ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1002ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
932ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 2
907ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 2
983ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 2
991ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1086ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1069ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
961ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
885ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
866ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed, unparsed text found at index 10
1028ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 5
1009ns
|
Text '2024-W20-4T15:22:07,534635Z' could not be parsed at index 4
1054ns
|
|
|
| 2024-W20-4T15:22:07.534635Z |
Invalid format: "2024-W20-4T15:22:07.534635Z" is malformed at "Z"
1442ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
1777ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
1143ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 4
882ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
889ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
889ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
902ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 2
853ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 2
981ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 2
1048ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
1239ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
939ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
1243ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
919ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
920ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed, unparsed text found at index 10
1087ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 5
1283ns
|
Text '2024-W20-4T15:22:07.534635Z' could not be parsed at index 4
1020ns
|
|
|
| 2024-W20-4T17+02 |
Invalid format: "2024-W20-4T17+02" is malformed at "+02"
1203ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
1151ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
1033ns
|
Text '2024-W20-4T17+02' could not be parsed at index 4
857ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
875ns
|
Text '2024-W20-4T17+02' could not be parsed at index 2
852ns
|
Text '2024-W20-4T17+02' could not be parsed at index 2
923ns
|
Text '2024-W20-4T17+02' could not be parsed at index 2
870ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
906ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
917ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
911ns
|
Text '2024-W20-4T17+02' could not be parsed, unparsed text found at index 10
1042ns
|
Text '2024-W20-4T17+02' could not be parsed at index 5
1030ns
|
Text '2024-W20-4T17+02' could not be parsed at index 4
1092ns
|
|
|
| 2024-W20-4T17,3+02 |
Invalid format: "2024-W20-4T17,3+02" is malformed at "+02"
1236ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
1174ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
1023ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 4
872ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
878ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
960ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
1040ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 2
859ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 2
947ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 2
908ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
902ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17,3+02' could not be parsed, unparsed text found at index 10
1029ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 5
1055ns
|
Text '2024-W20-4T17,3+02' could not be parsed at index 4
1065ns
|
|
|
| 2024-W20-4T17.3+02 |
Invalid format: "2024-W20-4T17.3+02" is malformed at "+02"
1257ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
1202ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
1060ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 4
858ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
855ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
894ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 2
840ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 2
919ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 2
875ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
869ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
886ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
899ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
948ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
980ns
|
Text '2024-W20-4T17.3+02' could not be parsed, unparsed text found at index 10
1110ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 5
1024ns
|
Text '2024-W20-4T17.3+02' could not be parsed at index 4
1021ns
|
|
|
| 2024-W20-4T17:22+02 |
Invalid format: "2024-W20-4T17:22+02" is malformed at "+02"
1325ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
1173ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
1036ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 4
867ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
858ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
879ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
882ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 2
840ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 2
870ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 2
880ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
896ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
921ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
981ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
999ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
907ns
|
Text '2024-W20-4T17:22+02' could not be parsed, unparsed text found at index 10
1041ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 5
1036ns
|
Text '2024-W20-4T17:22+02' could not be parsed at index 4
1098ns
|
|
|
| 2024-W20-4T17:22,1+02 |
Invalid format: "2024-W20-4T17:22,1+02" is malformed at "+02"
1387ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
1270ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
1041ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 4
879ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
878ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
889ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 2
879ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 2
890ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 2
895ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
910ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
904ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
922ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
892ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed, unparsed text found at index 10
1033ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 5
1152ns
|
Text '2024-W20-4T17:22,1+02' could not be parsed at index 4
1137ns
|
|
|
| 2024-W20-4T17:22.1+02 |
Invalid format: "2024-W20-4T17:22.1+02" is malformed at "+02"
1328ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
1156ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
1044ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 4
871ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
943ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
895ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
1355ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 2
859ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 2
865ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 2
866ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
882ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
882ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
864ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed, unparsed text found at index 10
1033ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 5
1029ns
|
Text '2024-W20-4T17:22.1+02' could not be parsed at index 4
1047ns
|
|
|
| 2024-W20-4T17:22:07+02 |
Invalid format: "2024-W20-4T17:22:07+02" is malformed at "+02"
1505ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
1175ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
1029ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 4
872ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
858ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
989ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
932ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 2
867ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 2
919ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 2
913ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
894ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
886ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
896ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
891ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
866ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed, unparsed text found at index 10
1038ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 5
1015ns
|
Text '2024-W20-4T17:22:07+02' could not be parsed at index 4
1029ns
|
|
|
| 2024-W20-4T17:22:07.5+02 |
Invalid format: "2024-W20-4T17:22:07.5+02" is malformed at "+02"
1386ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
1159ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
1039ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 4
871ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
858ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
880ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
881ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 2
846ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 2
881ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 2
877ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
891ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
890ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
861ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed, unparsed text found at index 10
1028ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 5
1053ns
|
Text '2024-W20-4T17:22:07.5+02' could not be parsed at index 4
1162ns
|
|
|
| 2024-W20-4T17:22:07.53+02 |
Invalid format: "2024-W20-4T17:22:07.53+02" is malformed at "+02"
1980ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
1270ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
1069ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 4
891ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
893ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
893ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
901ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 2
858ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 2
895ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 2
883ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
894ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
888ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
879ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
856ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed, unparsed text found at index 10
1016ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 5
1018ns
|
Text '2024-W20-4T17:22:07.53+02' could not be parsed at index 4
1023ns
|
|
|
| 2024-W20-4T17:22:07,534+02 |
Invalid format: "2024-W20-4T17:22:07,534+02" is malformed at "+02"
1376ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
1152ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
1036ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 4
854ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
854ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
868ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
868ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 2
843ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 2
869ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 2
869ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
869ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
882ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
895ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
904ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed, unparsed text found at index 10
1281ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 5
1420ns
|
Text '2024-W20-4T17:22:07,534+02' could not be parsed at index 4
1176ns
|
|
|
| 2024-W20-4T17:22:07.534+02 |
Invalid format: "2024-W20-4T17:22:07.534+02" is malformed at "+02"
1504ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
1201ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
1040ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 4
864ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
855ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
881ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 2
855ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 2
876ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 2
875ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
877ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
901ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
994ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed, unparsed text found at index 10
1217ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 5
1134ns
|
Text '2024-W20-4T17:22:07.534+02' could not be parsed at index 4
1061ns
|
|
|
| 2024-W20-4T17:22:07,534635+02 |
Invalid format: "2024-W20-4T17:22:07,534635+02" is malformed at "+02"
1386ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
1172ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
1040ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 4
874ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
856ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
881ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 2
858ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 2
876ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 2
878ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
889ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
907ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
897ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
870ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed, unparsed text found at index 10
1032ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 5
1023ns
|
Text '2024-W20-4T17:22:07,534635+02' could not be parsed at index 4
1027ns
|
|
|
| 2024-W20-4T17:22:07.534635+02 |
Invalid format: "2024-W20-4T17:22:07.534635+02" is malformed at "+02"
1420ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
1334ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
1170ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 4
894ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
857ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 2
841ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 2
878ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 2
876ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
893ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
896ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
892ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
870ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed, unparsed text found at index 10
1037ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 5
1016ns
|
Text '2024-W20-4T17:22:07.534635+02' could not be parsed at index 4
1028ns
|
|
|
| 2024-W20-4T17+02:00 |
Invalid format: "2024-W20-4T17+02:00" is malformed at "+02:00"
1200ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
1163ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
1038ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 4
881ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
939ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
946ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
891ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 2
843ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 2
930ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 2
1046ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
1280ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
1158ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
911ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
897ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
886ns
|
Text '2024-W20-4T17+02:00' could not be parsed, unparsed text found at index 10
1241ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 5
1293ns
|
Text '2024-W20-4T17+02:00' could not be parsed at index 4
1201ns
|
|
|
| 2024-W20-4T17,3+02:00 |
Invalid format: "2024-W20-4T17,3+02:00" is malformed at "+02:00"
1250ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
1172ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
1052ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 4
868ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
867ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
895ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
892ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 2
845ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 2
873ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 2
874ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
890ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
904ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
903ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
894ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed, unparsed text found at index 10
1046ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 5
1061ns
|
Text '2024-W20-4T17,3+02:00' could not be parsed at index 4
1032ns
|
|
|
| 2024-W20-4T17.3+02:00 |
Invalid format: "2024-W20-4T17.3+02:00" is malformed at "+02:00"
1262ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
1198ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
1049ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 4
872ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
856ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
884ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 2
859ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 2
887ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 2
893ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
895ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
905ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
910ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
904ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed, unparsed text found at index 10
1034ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 5
1032ns
|
Text '2024-W20-4T17.3+02:00' could not be parsed at index 4
1040ns
|
|
|
| 2024-W20-4T17:22+02:00 |
Invalid format: "2024-W20-4T17:22+02:00" is malformed at "+02:00"
1308ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
1180ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
1047ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 4
876ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
859ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
884ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
878ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 2
849ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 2
884ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 2
881ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
891ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
911ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
868ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed, unparsed text found at index 10
1032ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 5
1033ns
|
Text '2024-W20-4T17:22+02:00' could not be parsed at index 4
1033ns
|
|
|
| 2024-W20-4T17:22,1+02:00 |
Invalid format: "2024-W20-4T17:22,1+02:00" is malformed at "+02:00"
1332ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
1177ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
1038ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 4
1103ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
943ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
934ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
944ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 2
951ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 2
985ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 2
900ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
903ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
1088ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
1086ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
916ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
882ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed, unparsed text found at index 10
1089ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 5
1108ns
|
Text '2024-W20-4T17:22,1+02:00' could not be parsed at index 4
1136ns
|
|
|
| 2024-W20-4T17:22.1+02:00 |
Invalid format: "2024-W20-4T17:22.1+02:00" is malformed at "+02:00"
1350ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
1462ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
1036ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 4
871ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
871ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 2
856ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 2
886ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 2
873ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
915ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
1006ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
918ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
952ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
937ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed, unparsed text found at index 10
1142ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 5
1102ns
|
Text '2024-W20-4T17:22.1+02:00' could not be parsed at index 4
1075ns
|
|
|
| 2024-W20-4T17:22:07+02:00 |
Invalid format: "2024-W20-4T17:22:07+02:00" is malformed at "+02:00"
1465ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
1350ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
1194ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 4
893ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
946ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
1023ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 2
863ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 2
1156ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 2
879ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
887ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
903ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
915ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
911ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
913ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed, unparsed text found at index 10
1130ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 5
1098ns
|
Text '2024-W20-4T17:22:07+02:00' could not be parsed at index 4
1031ns
|
|
|
| 2024-W20-4T17:22:07.5+02:00 |
Invalid format: "2024-W20-4T17:22:07.5+02:00" is malformed at "+02:00"
1451ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
1271ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
1114ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 4
899ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
961ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
1021ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
959ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 2
934ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 2
914ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 2
932ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
915ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
987ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
926ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
897ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
895ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed, unparsed text found at index 10
1051ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 5
1046ns
|
Text '2024-W20-4T17:22:07.5+02:00' could not be parsed at index 4
1049ns
|
|
|
| 2024-W20-4T17:22:07.53+02:00 |
Invalid format: "2024-W20-4T17:22:07.53+02:00" is malformed at "+02:00"
1441ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
1271ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
1100ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 4
876ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
873ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
932ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 2
924ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 2
905ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 2
912ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
905ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
949ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
939ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
949ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
899ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed, unparsed text found at index 10
1053ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 5
1041ns
|
Text '2024-W20-4T17:22:07.53+02:00' could not be parsed at index 4
1109ns
|
|
|
| 2024-W20-4T17:22:07,534+02:00 |
Invalid format: "2024-W20-4T17:22:07,534+02:00" is malformed at "+02:00"
1443ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
1198ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
1063ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 4
873ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
896ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
897ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
898ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 2
873ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 2
905ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 2
906ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
910ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
926ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
932ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
928ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
912ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed, unparsed text found at index 10
1046ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 5
1200ns
|
Text '2024-W20-4T17:22:07,534+02:00' could not be parsed at index 4
1358ns
|
|
|
| 2024-W20-4T17:22:07.534+02:00 |
Invalid format: "2024-W20-4T17:22:07.534+02:00" is malformed at "+02:00"
1417ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
1472ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
1302ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 4
942ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
957ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
923ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
897ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 2
965ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 2
1020ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 2
1048ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
1083ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
990ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
956ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
955ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
912ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed, unparsed text found at index 10
1161ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 5
1085ns
|
Text '2024-W20-4T17:22:07.534+02:00' could not be parsed at index 4
1135ns
|
|
|
| 2024-W20-4T17:22:07,534635+02:00 |
Invalid format: "2024-W20-4T17:22:07,534635+02:00" is malformed at "+02:00"
1909ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
1261ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
1130ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 4
912ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
936ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
942ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
956ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 2
965ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 2
1155ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 2
1033ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
986ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
934ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
1065ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
986ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
912ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 10
1130ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 5
1440ns
|
Text '2024-W20-4T17:22:07,534635+02:00' could not be parsed at index 4
1062ns
|
|
|
| 2024-W20-4T17:22:07.534635+02:00 |
Invalid format: "2024-W20-4T17:22:07.534635+02:00" is malformed at "+02:00"
1465ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
1194ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
1049ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 4
1084ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
861ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
883ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
885ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 2
857ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 2
885ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 2
878ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
886ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
892ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
911ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
925ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
874ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed, unparsed text found at index 10
1252ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 5
1091ns
|
Text '2024-W20-4T17:22:07.534635+02:00' could not be parsed at index 4
1083ns
|
|
|
| 2024-137T17 |
diff 1,327
650ns
|
Text '2024-137T17' could not be parsed at index 7
1189ns
|
Text '2024-137T17' could not be parsed at index 7
1071ns
|
Text '2024-137T17' could not be parsed at index 4
882ns
|
Text '2024-137T17' could not be parsed at index 7
905ns
|
Text '2024-137T17' could not be parsed at index 7
936ns
|
Text '2024-137T17' could not be parsed at index 7
910ns
|
Text '2024-137T17' could not be parsed at index 2
1057ns
|
Text '2024-137T17' could not be parsed at index 2
996ns
|
Text '2024-137T17' could not be parsed at index 2
923ns
|
Text '2024-137T17' could not be parsed at index 7
931ns
|
Text '2024-137T17' could not be parsed at index 7
1000ns
|
Text '2024-137T17' could not be parsed at index 7
981ns
|
Text '2024-137T17' could not be parsed at index 7
957ns
|
Text '2024-137T17' could not be parsed, unparsed text found at index 8
1025ns
|
Text '2024-137T17' could not be parsed at index 4
917ns
|
Text '2024-137T17' could not be parsed at index 7
1078ns
|
Text '2024-137T17' could not be parsed at index 4
1259ns
|
|
|
| 2024-137T17,3 |
diff 247
720ns
|
Text '2024-137T17,3' could not be parsed at index 7
1270ns
|
Text '2024-137T17,3' could not be parsed at index 7
1110ns
|
Text '2024-137T17,3' could not be parsed at index 4
921ns
|
Text '2024-137T17,3' could not be parsed at index 7
916ns
|
Text '2024-137T17,3' could not be parsed at index 7
957ns
|
Text '2024-137T17,3' could not be parsed at index 7
974ns
|
Text '2024-137T17,3' could not be parsed at index 2
905ns
|
Text '2024-137T17,3' could not be parsed at index 2
979ns
|
Text '2024-137T17,3' could not be parsed at index 2
987ns
|
Text '2024-137T17,3' could not be parsed at index 7
964ns
|
Text '2024-137T17,3' could not be parsed at index 7
979ns
|
Text '2024-137T17,3' could not be parsed at index 7
982ns
|
Text '2024-137T17,3' could not be parsed at index 7
975ns
|
Text '2024-137T17,3' could not be parsed, unparsed text found at index 8
1059ns
|
Text '2024-137T17,3' could not be parsed at index 4
934ns
|
Text '2024-137T17,3' could not be parsed at index 7
1113ns
|
Text '2024-137T17,3' could not be parsed at index 4
1095ns
|
|
|
| 2024-137T17.3 |
diff 247
737ns
|
Text '2024-137T17.3' could not be parsed at index 7
1397ns
|
Text '2024-137T17.3' could not be parsed at index 7
1112ns
|
Text '2024-137T17.3' could not be parsed at index 4
934ns
|
Text '2024-137T17.3' could not be parsed at index 7
917ns
|
Text '2024-137T17.3' could not be parsed at index 7
1002ns
|
Text '2024-137T17.3' could not be parsed at index 7
971ns
|
Text '2024-137T17.3' could not be parsed at index 2
917ns
|
Text '2024-137T17.3' could not be parsed at index 2
928ns
|
Text '2024-137T17.3' could not be parsed at index 2
942ns
|
Text '2024-137T17.3' could not be parsed at index 7
938ns
|
Text '2024-137T17.3' could not be parsed at index 7
978ns
|
Text '2024-137T17.3' could not be parsed at index 7
996ns
|
Text '2024-137T17.3' could not be parsed at index 7
985ns
|
Text '2024-137T17.3' could not be parsed, unparsed text found at index 8
1068ns
|
Text '2024-137T17.3' could not be parsed at index 4
923ns
|
Text '2024-137T17.3' could not be parsed at index 7
1112ns
|
Text '2024-137T17.3' could not be parsed at index 4
1072ns
|
|
|
| 2024-137T17:22 |
diff 7
706ns
|
Text '2024-137T17:22' could not be parsed at index 7
1248ns
|
Text '2024-137T17:22' could not be parsed at index 7
1098ns
|
Text '2024-137T17:22' could not be parsed at index 4
888ns
|
Text '2024-137T17:22' could not be parsed at index 7
886ns
|
Text '2024-137T17:22' could not be parsed at index 7
1181ns
|
Text '2024-137T17:22' could not be parsed at index 7
938ns
|
Text '2024-137T17:22' could not be parsed at index 2
867ns
|
Text '2024-137T17:22' could not be parsed at index 2
913ns
|
Text '2024-137T17:22' could not be parsed at index 2
907ns
|
Text '2024-137T17:22' could not be parsed at index 7
935ns
|
Text '2024-137T17:22' could not be parsed at index 7
952ns
|
Text '2024-137T17:22' could not be parsed at index 7
955ns
|
Text '2024-137T17:22' could not be parsed at index 7
973ns
|
Text '2024-137T17:22' could not be parsed, unparsed text found at index 8
1018ns
|
Text '2024-137T17:22' could not be parsed at index 4
941ns
|
Text '2024-137T17:22' could not be parsed at index 7
1241ns
|
Text '2024-137T17:22' could not be parsed at index 4
1097ns
|
|
|
| 2024-137T17:22,1 |
diff 1
781ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
1260ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
1132ns
|
Text '2024-137T17:22,1' could not be parsed at index 4
925ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
921ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
990ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
936ns
|
Text '2024-137T17:22,1' could not be parsed at index 2
887ns
|
Text '2024-137T17:22,1' could not be parsed at index 2
942ns
|
Text '2024-137T17:22,1' could not be parsed at index 2
905ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
998ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
954ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
950ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
1166ns
|
Text '2024-137T17:22,1' could not be parsed, unparsed text found at index 8
1018ns
|
Text '2024-137T17:22,1' could not be parsed at index 4
899ns
|
Text '2024-137T17:22,1' could not be parsed at index 7
1081ns
|
Text '2024-137T17:22,1' could not be parsed at index 4
1072ns
|
|
|
| 2024-137T17:22.1 |
diff 1
762ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
1267ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
1119ns
|
Text '2024-137T17:22.1' could not be parsed at index 4
883ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
938ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
963ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
973ns
|
Text '2024-137T17:22.1' could not be parsed at index 2
975ns
|
Text '2024-137T17:22.1' could not be parsed at index 2
956ns
|
Text '2024-137T17:22.1' could not be parsed at index 2
936ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
959ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
954ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
1183ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
952ns
|
Text '2024-137T17:22.1' could not be parsed, unparsed text found at index 8
1043ns
|
Text '2024-137T17:22.1' could not be parsed at index 4
936ns
|
Text '2024-137T17:22.1' could not be parsed at index 7
1113ns
|
Text '2024-137T17:22.1' could not be parsed at index 4
1096ns
|
|
|
| 2024-137T17:22:07 | 994ns |
Text '2024-137T17:22:07' could not be parsed at index 7
1240ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
1113ns
|
Text '2024-137T17:22:07' could not be parsed at index 4
897ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
907ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
937ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
930ns
|
Text '2024-137T17:22:07' could not be parsed at index 2
1128ns
|
Text '2024-137T17:22:07' could not be parsed at index 2
1010ns
|
Text '2024-137T17:22:07' could not be parsed at index 2
893ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
936ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
1240ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
1081ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
1027ns
|
Text '2024-137T17:22:07' could not be parsed, unparsed text found at index 8
1107ns
|
Text '2024-137T17:22:07' could not be parsed at index 4
908ns
|
Text '2024-137T17:22:07' could not be parsed at index 7
1106ns
|
Text '2024-137T17:22:07' could not be parsed at index 4
1083ns
|
|
|
| 2024-137T17:22:07.5 | 820ns |
Text '2024-137T17:22:07.5' could not be parsed at index 7
1424ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
1146ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 4
952ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
973ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
1033ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
948ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 2
886ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 2
960ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 2
922ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
1021ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
1000ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
980ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
1007ns
|
Text '2024-137T17:22:07.5' could not be parsed, unparsed text found at index 8
1100ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 4
974ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 7
1137ns
|
Text '2024-137T17:22:07.5' could not be parsed at index 4
1074ns
|
|
|
| 2024-137T17:22:07.53 | 843ns |
Text '2024-137T17:22:07.53' could not be parsed at index 7
1229ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
1109ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 4
902ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
909ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
946ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
944ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 2
896ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 2
909ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 2
909ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
1003ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
964ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
994ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
1051ns
|
Text '2024-137T17:22:07.53' could not be parsed, unparsed text found at index 8
1059ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 4
932ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 7
1083ns
|
Text '2024-137T17:22:07.53' could not be parsed at index 4
1303ns
|
|
|
| 2024-137T17:22:07,534 | 860ns |
Text '2024-137T17:22:07,534' could not be parsed at index 7
1279ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
1112ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 4
965ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
960ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
980ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
956ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 2
908ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 2
951ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 2
906ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
1017ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
988ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
969ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
1153ns
|
Text '2024-137T17:22:07,534' could not be parsed, unparsed text found at index 8
1033ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 4
918ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 7
1094ns
|
Text '2024-137T17:22:07,534' could not be parsed at index 4
1081ns
|
|
|
| 2024-137T17:22:07.534 | 869ns |
Text '2024-137T17:22:07.534' could not be parsed at index 7
1251ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
1126ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 4
910ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
941ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
973ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
947ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 2
904ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 2
936ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 2
949ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
970ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
977ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
994ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
970ns
|
Text '2024-137T17:22:07.534' could not be parsed, unparsed text found at index 8
1050ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 4
1078ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 7
1128ns
|
Text '2024-137T17:22:07.534' could not be parsed at index 4
1134ns
|
|
|
| 2024-137T17:22:07,534635 | 838ns |
Text '2024-137T17:22:07,534635' could not be parsed at index 7
1271ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
1118ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 4
931ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
945ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
971ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
966ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 2
917ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 2
946ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 2
941ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
976ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
966ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
1178ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
1002ns
|
Text '2024-137T17:22:07,534635' could not be parsed, unparsed text found at index 8
1046ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 4
955ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 7
1130ns
|
Text '2024-137T17:22:07,534635' could not be parsed at index 4
1102ns
|
|
|
| 2024-137T17:22:07.534635 | 859ns |
Text '2024-137T17:22:07.534635' could not be parsed at index 7
1302ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
1190ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 4
934ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
946ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
971ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
961ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 2
920ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 2
931ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 2
942ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
977ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
996ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
995ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
989ns
|
Text '2024-137T17:22:07.534635' could not be parsed, unparsed text found at index 8
1053ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 4
915ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 7
1238ns
|
Text '2024-137T17:22:07.534635' could not be parsed at index 4
1102ns
|
|
|
| 2024-137T15Z |
Invalid format: "2024-137T15Z" is malformed at "Z"
1224ns
|
Text '2024-137T15Z' could not be parsed at index 7
1258ns
|
Text '2024-137T15Z' could not be parsed at index 7
1127ns
|
Text '2024-137T15Z' could not be parsed at index 4
929ns
|
Text '2024-137T15Z' could not be parsed at index 7
939ns
|
Text '2024-137T15Z' could not be parsed at index 7
964ns
|
Text '2024-137T15Z' could not be parsed at index 7
972ns
|
Text '2024-137T15Z' could not be parsed at index 2
905ns
|
Text '2024-137T15Z' could not be parsed at index 2
938ns
|
Text '2024-137T15Z' could not be parsed at index 2
955ns
|
Text '2024-137T15Z' could not be parsed at index 7
966ns
|
Text '2024-137T15Z' could not be parsed at index 7
970ns
|
Text '2024-137T15Z' could not be parsed at index 7
1154ns
|
Text '2024-137T15Z' could not be parsed at index 7
975ns
|
Text '2024-137T15Z' could not be parsed, unparsed text found at index 8
1035ns
|
Text '2024-137T15Z' could not be parsed at index 4
918ns
|
Text '2024-137T15Z' could not be parsed at index 7
1125ns
|
Text '2024-137T15Z' could not be parsed at index 4
1080ns
|
|
|
| 2024-137T15,3Z |
Invalid format: "2024-137T15,3Z" is malformed at "Z"
1259ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
1368ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
1224ns
|
Text '2024-137T15,3Z' could not be parsed at index 4
939ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
946ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
978ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
961ns
|
Text '2024-137T15,3Z' could not be parsed at index 2
1036ns
|
Text '2024-137T15,3Z' could not be parsed at index 2
949ns
|
Text '2024-137T15,3Z' could not be parsed at index 2
961ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
994ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
988ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
1002ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
990ns
|
Text '2024-137T15,3Z' could not be parsed, unparsed text found at index 8
1075ns
|
Text '2024-137T15,3Z' could not be parsed at index 4
967ns
|
Text '2024-137T15,3Z' could not be parsed at index 7
1194ns
|
Text '2024-137T15,3Z' could not be parsed at index 4
1133ns
|
|
|
| 2024-137T15.3Z |
Invalid format: "2024-137T15.3Z" is malformed at "Z"
1347ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1300ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1352ns
|
Text '2024-137T15.3Z' could not be parsed at index 4
968ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
973ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
989ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1025ns
|
Text '2024-137T15.3Z' could not be parsed at index 2
947ns
|
Text '2024-137T15.3Z' could not be parsed at index 2
1016ns
|
Text '2024-137T15.3Z' could not be parsed at index 2
955ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1022ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1060ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
996ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1170ns
|
Text '2024-137T15.3Z' could not be parsed, unparsed text found at index 8
1075ns
|
Text '2024-137T15.3Z' could not be parsed at index 4
948ns
|
Text '2024-137T15.3Z' could not be parsed at index 7
1127ns
|
Text '2024-137T15.3Z' could not be parsed at index 4
1115ns
|
|
|
| 2024-137T15:22Z |
Invalid format: "2024-137T15:22Z" is malformed at "Z"
1362ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
1278ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
1173ns
|
Text '2024-137T15:22Z' could not be parsed at index 4
989ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
948ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
1030ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
992ns
|
Text '2024-137T15:22Z' could not be parsed at index 2
860ns
|
Text '2024-137T15:22Z' could not be parsed at index 2
950ns
|
Text '2024-137T15:22Z' could not be parsed at index 2
943ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
957ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
999ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
945ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
1124ns
|
Text '2024-137T15:22Z' could not be parsed, unparsed text found at index 8
1021ns
|
Text '2024-137T15:22Z' could not be parsed at index 4
890ns
|
Text '2024-137T15:22Z' could not be parsed at index 7
1078ns
|
Text '2024-137T15:22Z' could not be parsed at index 4
1071ns
|
|
|
| 2024-137T15:22,1Z |
Invalid format: "2024-137T15:22,1Z" is malformed at "Z"
1307ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
1200ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
1091ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 4
887ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
903ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
926ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
926ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 2
863ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 2
897ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 2
897ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
927ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
939ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
949ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
935ns
|
Text '2024-137T15:22,1Z' could not be parsed, unparsed text found at index 8
1005ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 4
882ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 7
1079ns
|
Text '2024-137T15:22,1Z' could not be parsed at index 4
1049ns
|
|
|
| 2024-137T15:22.1Z |
Invalid format: "2024-137T15:22.1Z" is malformed at "Z"
1316ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
1195ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
1073ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 4
880ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
891ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
925ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
916ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 2
860ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 2
887ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 2
884ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
928ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
933ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
941ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
931ns
|
Text '2024-137T15:22.1Z' could not be parsed, unparsed text found at index 8
1002ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 4
880ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 7
1076ns
|
Text '2024-137T15:22.1Z' could not be parsed at index 4
1047ns
|
|
|
| 2024-137T15:22:07Z |
Invalid format: "2024-137T15:22:07Z" is malformed at "Z"
1329ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
1198ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
1066ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 4
882ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
885ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
923ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
913ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 2
851ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 2
890ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 2
885ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
924ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
930ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
946ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
929ns
|
Text '2024-137T15:22:07Z' could not be parsed, unparsed text found at index 8
994ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 4
882ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 7
1065ns
|
Text '2024-137T15:22:07Z' could not be parsed at index 4
1045ns
|
|
|
| 2024-137T15:22:07.5Z |
Invalid format: "2024-137T15:22:07.5Z" is malformed at "Z"
1389ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
1192ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
1063ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 4
885ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
887ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
914ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
911ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 2
851ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 2
893ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 2
886ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
923ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
930ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
936ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
930ns
|
Text '2024-137T15:22:07.5Z' could not be parsed, unparsed text found at index 8
992ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 4
881ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 7
1063ns
|
Text '2024-137T15:22:07.5Z' could not be parsed at index 4
1047ns
|
|
|
| 2024-137T15:22:07.53Z |
Invalid format: "2024-137T15:22:07.53Z" is malformed at "Z"
1412ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
1223ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
1091ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 4
901ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
906ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
936ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
919ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 2
866ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 2
913ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 2
916ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
942ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
953ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
950ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
946ns
|
Text '2024-137T15:22:07.53Z' could not be parsed, unparsed text found at index 8
1010ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 4
900ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 7
1081ns
|
Text '2024-137T15:22:07.53Z' could not be parsed at index 4
1079ns
|
|
|
| 2024-137T15:22:07,534Z |
Invalid format: "2024-137T15:22:07,534Z" is malformed at "Z"
1392ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
1213ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
1078ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 4
897ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
912ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
937ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
929ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 2
856ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 2
908ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 2
905ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
941ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
960ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
965ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
960ns
|
Text '2024-137T15:22:07,534Z' could not be parsed, unparsed text found at index 8
1025ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 4
900ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 7
1074ns
|
Text '2024-137T15:22:07,534Z' could not be parsed at index 4
1073ns
|
|
|
| 2024-137T15:22:07.534Z |
Invalid format: "2024-137T15:22:07.534Z" is malformed at "Z"
1435ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
1214ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
1098ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 4
898ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
895ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
923ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
927ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 2
861ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 2
909ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 2
919ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
953ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
971ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
962ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
949ns
|
Text '2024-137T15:22:07.534Z' could not be parsed, unparsed text found at index 8
1022ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 4
910ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 7
1075ns
|
Text '2024-137T15:22:07.534Z' could not be parsed at index 4
1062ns
|
|
|
| 2024-137T15:22:07,534635Z |
Invalid format: "2024-137T15:22:07,534635Z" is malformed at "Z"
1402ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
1208ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
1089ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 4
895ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
904ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
953ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
968ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 2
882ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 2
908ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 2
924ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
955ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
960ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
948ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
937ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed, unparsed text found at index 8
1018ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 4
890ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 7
1073ns
|
Text '2024-137T15:22:07,534635Z' could not be parsed at index 4
1066ns
|
|
|
| 2024-137T15:22:07.534635Z |
Invalid format: "2024-137T15:22:07.534635Z" is malformed at "Z"
1433ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
1225ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
1111ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 4
884ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
917ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
947ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
920ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 2
893ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 2
923ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 2
919ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
971ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
973ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
979ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
943ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed, unparsed text found at index 8
1178ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 4
965ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 7
1091ns
|
Text '2024-137T15:22:07.534635Z' could not be parsed at index 4
1060ns
|
|
|
| 2024-137T17+02 |
Invalid format: "2024-137T17+02" is malformed at "+02"
1205ns
|
Text '2024-137T17+02' could not be parsed at index 7
1199ns
|
Text '2024-137T17+02' could not be parsed at index 7
1104ns
|
Text '2024-137T17+02' could not be parsed at index 4
901ns
|
Text '2024-137T17+02' could not be parsed at index 7
1104ns
|
Text '2024-137T17+02' could not be parsed at index 7
933ns
|
Text '2024-137T17+02' could not be parsed at index 7
916ns
|
Text '2024-137T17+02' could not be parsed at index 2
879ns
|
Text '2024-137T17+02' could not be parsed at index 2
907ns
|
Text '2024-137T17+02' could not be parsed at index 2
907ns
|
Text '2024-137T17+02' could not be parsed at index 7
951ns
|
Text '2024-137T17+02' could not be parsed at index 7
956ns
|
Text '2024-137T17+02' could not be parsed at index 7
948ns
|
Text '2024-137T17+02' could not be parsed at index 7
942ns
|
Text '2024-137T17+02' could not be parsed, unparsed text found at index 8
1022ns
|
Text '2024-137T17+02' could not be parsed at index 4
881ns
|
Text '2024-137T17+02' could not be parsed at index 7
1067ns
|
Text '2024-137T17+02' could not be parsed at index 4
1046ns
|
|
|
| 2024-137T17,3+02 |
Invalid format: "2024-137T17,3+02" is malformed at "+02"
1204ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
1199ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
1087ns
|
Text '2024-137T17,3+02' could not be parsed at index 4
886ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
902ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
924ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
924ns
|
Text '2024-137T17,3+02' could not be parsed at index 2
879ns
|
Text '2024-137T17,3+02' could not be parsed at index 2
895ns
|
Text '2024-137T17,3+02' could not be parsed at index 2
891ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
945ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
935ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
944ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
930ns
|
Text '2024-137T17,3+02' could not be parsed, unparsed text found at index 8
999ns
|
Text '2024-137T17,3+02' could not be parsed at index 4
880ns
|
Text '2024-137T17,3+02' could not be parsed at index 7
1058ns
|
Text '2024-137T17,3+02' could not be parsed at index 4
1049ns
|
|
|
| 2024-137T17.3+02 |
Invalid format: "2024-137T17.3+02" is malformed at "+02"
1211ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
1202ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
1068ns
|
Text '2024-137T17.3+02' could not be parsed at index 4
886ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
888ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
918ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
923ns
|
Text '2024-137T17.3+02' could not be parsed at index 2
854ns
|
Text '2024-137T17.3+02' could not be parsed at index 2
901ns
|
Text '2024-137T17.3+02' could not be parsed at index 2
889ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
922ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
939ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
936ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
936ns
|
Text '2024-137T17.3+02' could not be parsed, unparsed text found at index 8
996ns
|
Text '2024-137T17.3+02' could not be parsed at index 4
881ns
|
Text '2024-137T17.3+02' could not be parsed at index 7
1056ns
|
Text '2024-137T17.3+02' could not be parsed at index 4
1042ns
|
|
|
| 2024-137T17:22+02 |
Invalid format: "2024-137T17:22+02" is malformed at "+02"
1256ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
1183ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
1063ns
|
Text '2024-137T17:22+02' could not be parsed at index 4
876ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
890ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
917ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
938ns
|
Text '2024-137T17:22+02' could not be parsed at index 2
851ns
|
Text '2024-137T17:22+02' could not be parsed at index 2
895ns
|
Text '2024-137T17:22+02' could not be parsed at index 2
888ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
940ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
1015ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
993ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
986ns
|
Text '2024-137T17:22+02' could not be parsed, unparsed text found at index 8
1041ns
|
Text '2024-137T17:22+02' could not be parsed at index 4
914ns
|
Text '2024-137T17:22+02' could not be parsed at index 7
1131ns
|
Text '2024-137T17:22+02' could not be parsed at index 4
1118ns
|
|
|
| 2024-137T17:22,1+02 |
Invalid format: "2024-137T17:22,1+02" is malformed at "+02"
1328ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
1221ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
1105ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 4
895ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
916ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
943ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
924ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 2
871ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 2
888ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 2
896ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
926ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
941ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
943ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
933ns
|
Text '2024-137T17:22,1+02' could not be parsed, unparsed text found at index 8
998ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 4
878ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 7
1074ns
|
Text '2024-137T17:22,1+02' could not be parsed at index 4
1063ns
|
|
|
| 2024-137T17:22.1+02 |
Invalid format: "2024-137T17:22.1+02" is malformed at "+02"
1357ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
1236ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
1139ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 4
955ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
953ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
941ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
968ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 2
911ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 2
914ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 2
928ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
942ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
937ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
948ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
932ns
|
Text '2024-137T17:22.1+02' could not be parsed, unparsed text found at index 8
1002ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 4
873ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 7
1071ns
|
Text '2024-137T17:22.1+02' could not be parsed at index 4
1045ns
|
|
|
| 2024-137T17:22:07+02 |
Invalid format: "2024-137T17:22:07+02" is malformed at "+02"
1321ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
1246ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
1103ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 4
902ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
914ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
948ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
928ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 2
887ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 2
922ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 2
896ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
934ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
936ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
972ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
968ns
|
Text '2024-137T17:22:07+02' could not be parsed, unparsed text found at index 8
1023ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 4
918ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 7
1094ns
|
Text '2024-137T17:22:07+02' could not be parsed at index 4
1047ns
|
|
|
| 2024-137T17:22:07.5+02 |
Invalid format: "2024-137T17:22:07.5+02" is malformed at "+02"
1392ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
1199ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
1064ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 4
881ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
894ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
949ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
920ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 2
861ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 2
885ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 2
882ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
934ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
949ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
972ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
939ns
|
Text '2024-137T17:22:07.5+02' could not be parsed, unparsed text found at index 8
1009ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 4
894ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 7
1101ns
|
Text '2024-137T17:22:07.5+02' could not be parsed at index 4
1084ns
|
|
|
| 2024-137T17:22:07.53+02 |
Invalid format: "2024-137T17:22:07.53+02" is malformed at "+02"
1433ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
1233ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
1100ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 4
912ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
916ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
930ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
914ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 2
853ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 2
901ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 2
886ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
935ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
941ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
938ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
941ns
|
Text '2024-137T17:22:07.53+02' could not be parsed, unparsed text found at index 8
994ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 4
889ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 7
1083ns
|
Text '2024-137T17:22:07.53+02' could not be parsed at index 4
1070ns
|
|
|
| 2024-137T17:22:07,534+02 |
Invalid format: "2024-137T17:22:07,534+02" is malformed at "+02"
1392ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
1210ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
1075ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 4
882ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
890ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
924ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
931ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 2
857ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 2
896ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 2
892ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
928ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
945ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
942ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
938ns
|
Text '2024-137T17:22:07,534+02' could not be parsed, unparsed text found at index 8
1004ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 4
894ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 7
1073ns
|
Text '2024-137T17:22:07,534+02' could not be parsed at index 4
1062ns
|
|
|
| 2024-137T17:22:07.534+02 |
Invalid format: "2024-137T17:22:07.534+02" is malformed at "+02"
1375ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
1220ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
1147ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 4
951ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
1001ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
972ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
929ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 2
972ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 2
947ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 2
915ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
959ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
998ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
960ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
955ns
|
Text '2024-137T17:22:07.534+02' could not be parsed, unparsed text found at index 8
1025ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 4
909ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 7
1191ns
|
Text '2024-137T17:22:07.534+02' could not be parsed at index 4
1126ns
|
|
|
| 2024-137T17:22:07,534635+02 |
Invalid format: "2024-137T17:22:07,534635+02" is malformed at "+02"
1435ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
1240ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
1126ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 4
908ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
895ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
921ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
923ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 2
861ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 2
901ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 2
888ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
924ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
935ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
937ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
942ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed, unparsed text found at index 8
995ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 4
888ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 7
1058ns
|
Text '2024-137T17:22:07,534635+02' could not be parsed at index 4
1048ns
|
|
|
| 2024-137T17:22:07.534635+02 |
Invalid format: "2024-137T17:22:07.534635+02" is malformed at "+02"
1478ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
1280ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
1146ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 4
901ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
895ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
919ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
923ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 2
852ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 2
889ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 2
890ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
921ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
937ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
958ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
983ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed, unparsed text found at index 8
1045ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 4
934ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 7
1093ns
|
Text '2024-137T17:22:07.534635+02' could not be parsed at index 4
1052ns
|
|
|
| 2024-137T17+02:00 |
Invalid format: "2024-137T17+02:00" is malformed at "+02:00"
1207ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
1235ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
1120ns
|
Text '2024-137T17+02:00' could not be parsed at index 4
914ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
930ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
937ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
933ns
|
Text '2024-137T17+02:00' could not be parsed at index 2
868ns
|
Text '2024-137T17+02:00' could not be parsed at index 2
895ns
|
Text '2024-137T17+02:00' could not be parsed at index 2
894ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
921ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
954ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
954ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
956ns
|
Text '2024-137T17+02:00' could not be parsed, unparsed text found at index 8
1050ns
|
Text '2024-137T17+02:00' could not be parsed at index 4
929ns
|
Text '2024-137T17+02:00' could not be parsed at index 7
1088ns
|
Text '2024-137T17+02:00' could not be parsed at index 4
1060ns
|
|
|
| 2024-137T17,3+02:00 |
Invalid format: "2024-137T17,3+02:00" is malformed at "+02:00"
1216ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
1209ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
1090ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 4
892ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
900ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
971ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
965ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 2
909ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 2
941ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 2
921ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
953ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
969ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
962ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
947ns
|
Text '2024-137T17,3+02:00' could not be parsed, unparsed text found at index 8
1020ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 4
894ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 7
1093ns
|
Text '2024-137T17,3+02:00' could not be parsed at index 4
1063ns
|
|
|
| 2024-137T17.3+02:00 |
Invalid format: "2024-137T17.3+02:00" is malformed at "+02:00"
1233ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
1205ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
1065ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 4
877ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
884ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
919ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
910ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 2
860ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 2
886ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 2
881ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
922ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
929ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
939ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
926ns
|
Text '2024-137T17.3+02:00' could not be parsed, unparsed text found at index 8
994ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 4
871ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 7
1059ns
|
Text '2024-137T17.3+02:00' could not be parsed at index 4
1047ns
|
|
|
| 2024-137T17:22+02:00 |
Invalid format: "2024-137T17:22+02:00" is malformed at "+02:00"
1309ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
1255ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
1121ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 4
930ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
934ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
969ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
947ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 2
877ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 2
915ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 2
914ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
948ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
958ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
963ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
958ns
|
Text '2024-137T17:22+02:00' could not be parsed, unparsed text found at index 8
1024ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 4
917ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 7
1095ns
|
Text '2024-137T17:22+02:00' could not be parsed at index 4
1084ns
|
|
|
| 2024-137T17:22,1+02:00 |
Invalid format: "2024-137T17:22,1+02:00" is malformed at "+02:00"
1355ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1279ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1125ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 4
956ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
957ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1000ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
969ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 2
956ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 2
985ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 2
951ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1004ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1048ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1016ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
999ns
|
Text '2024-137T17:22,1+02:00' could not be parsed, unparsed text found at index 8
1122ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 4
1044ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 7
1551ns
|
Text '2024-137T17:22,1+02:00' could not be parsed at index 4
1219ns
|
|
|
| 2024-137T17:22.1+02:00 |
Invalid format: "2024-137T17:22.1+02:00" is malformed at "+02:00"
1347ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
1264ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
1154ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 4
941ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
974ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
977ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
980ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 2
903ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 2
937ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 2
930ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
994ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
966ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
981ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
974ns
|
Text '2024-137T17:22.1+02:00' could not be parsed, unparsed text found at index 8
1051ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 4
933ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 7
1124ns
|
Text '2024-137T17:22.1+02:00' could not be parsed at index 4
1136ns
|
|
|
| 2024-137T17:22:07+02:00 |
Invalid format: "2024-137T17:22:07+02:00" is malformed at "+02:00"
1527ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1303ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1144ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 4
976ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
955ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1015ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1022ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 2
958ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 2
1009ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 2
1027ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1001ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1034ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1128ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1067ns
|
Text '2024-137T17:22:07+02:00' could not be parsed, unparsed text found at index 8
1118ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 4
1027ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 7
1253ns
|
Text '2024-137T17:22:07+02:00' could not be parsed at index 4
1282ns
|
|
|
| 2024-137T17:22:07.5+02:00 |
Invalid format: "2024-137T17:22:07.5+02:00" is malformed at "+02:00"
1431ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
1225ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
1104ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 4
902ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
919ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
972ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
974ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 2
900ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 2
942ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 2
924ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
948ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
959ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
963ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
961ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed, unparsed text found at index 8
1029ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 4
898ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 7
1087ns
|
Text '2024-137T17:22:07.5+02:00' could not be parsed at index 4
1063ns
|
|
|
| 2024-137T17:22:07.53+02:00 |
Invalid format: "2024-137T17:22:07.53+02:00" is malformed at "+02:00"
1454ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
1258ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
1104ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 4
903ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
921ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
946ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
939ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 2
879ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 2
903ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 2
911ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
937ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
952ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
956ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
948ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed, unparsed text found at index 8
1018ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 4
897ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 7
1094ns
|
Text '2024-137T17:22:07.53+02:00' could not be parsed at index 4
1069ns
|
|
|
| 2024-137T17:22:07,534+02:00 |
Invalid format: "2024-137T17:22:07,534+02:00" is malformed at "+02:00"
1400ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
1216ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
1097ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 4
894ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
901ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
946ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
935ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 2
879ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 2
906ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 2
911ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
953ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
959ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
967ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
956ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed, unparsed text found at index 8
1052ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 4
943ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 7
1138ns
|
Text '2024-137T17:22:07,534+02:00' could not be parsed at index 4
1099ns
|
|
|
| 2024-137T17:22:07.534+02:00 |
Invalid format: "2024-137T17:22:07.534+02:00" is malformed at "+02:00"
1442ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
1217ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
1107ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 4
900ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
909ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
951ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
965ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 2
904ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 2
936ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 2
944ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
948ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
959ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
968ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
953ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed, unparsed text found at index 8
1024ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 4
918ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 7
1092ns
|
Text '2024-137T17:22:07.534+02:00' could not be parsed at index 4
1063ns
|
|
|
| 2024-137T17:22:07,534635+02:00 |
Invalid format: "2024-137T17:22:07,534635+02:00" is malformed at "+02:00"
1417ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
1209ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
1099ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 4
896ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
907ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
938ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
928ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 2
877ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 2
903ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 2
915ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
941ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
950ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
968ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
955ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed, unparsed text found at index 8
1024ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 4
892ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 7
1081ns
|
Text '2024-137T17:22:07,534635+02:00' could not be parsed at index 4
1064ns
|
|
|
| 2024-137T17:22:07.534635+02:00 |
Invalid format: "2024-137T17:22:07.534635+02:00" is malformed at "+02:00"
1459ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
1212ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
1097ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 4
899ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
909ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
941ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
936ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 2
879ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 2
905ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 2
914ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
944ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
955ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
971ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
954ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed, unparsed text found at index 8
1022ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 4
898ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 7
1091ns
|
Text '2024-137T17:22:07.534635+02:00' could not be parsed at index 4
1067ns
|
|
|
| 20240516T17 |
diff -638,665,108,821,473
1061ns
|
Text '20240516T17' could not be parsed at index 0
1260ns
|
Text '20240516T17' could not be parsed at index 0
1039ns
|
Text '20240516T17' could not be parsed, unparsed text found at index 8
1074ns
|
Text '20240516T17' could not be parsed at index 0
855ns
|
Text '20240516T17' could not be parsed at index 0
882ns
|
Text '20240516T17' could not be parsed at index 0
884ns
|
Text '20240516T17' could not be parsed at index 2
881ns
|
Text '20240516T17' could not be parsed at index 2
922ns
|
Text '20240516T17' could not be parsed at index 2
926ns
|
Text '20240516T17' could not be parsed at index 0
896ns
|
Text '20240516T17' could not be parsed at index 0
903ns
|
Text '20240516T17' could not be parsed at index 0
888ns
|
Text '20240516T17' could not be parsed at index 0
884ns
|
Text '20240516T17' could not be parsed at index 0
867ns
|
Text '20240516T17' could not be parsed at index 0
857ns
|
Text '20240516T17' could not be parsed at index 0
1018ns
|
Text '20240516T17' could not be parsed at index 8
1071ns
|
|
|
| 20240516T17,3 |
diff -638,665,108,822,553
793ns
|
Text '20240516T17,3' could not be parsed at index 0
1185ns
|
Text '20240516T17,3' could not be parsed at index 0
1044ns
|
Text '20240516T17,3' could not be parsed, unparsed text found at index 8
1060ns
|
Text '20240516T17,3' could not be parsed at index 0
853ns
|
Text '20240516T17,3' could not be parsed at index 0
867ns
|
Text '20240516T17,3' could not be parsed at index 0
865ns
|
Text '20240516T17,3' could not be parsed at index 2
878ns
|
Text '20240516T17,3' could not be parsed at index 2
902ns
|
Text '20240516T17,3' could not be parsed at index 2
913ns
|
Text '20240516T17,3' could not be parsed at index 0
872ns
|
Text '20240516T17,3' could not be parsed at index 0
877ns
|
Text '20240516T17,3' could not be parsed at index 0
901ns
|
Text '20240516T17,3' could not be parsed at index 0
895ns
|
Text '20240516T17,3' could not be parsed at index 0
883ns
|
Text '20240516T17,3' could not be parsed at index 0
873ns
|
Text '20240516T17,3' could not be parsed at index 0
1024ns
|
Text '20240516T17,3' could not be parsed at index 8
1076ns
|
|
|
| 20240516T17.3 |
diff -638,665,108,822,553
761ns
|
Text '20240516T17.3' could not be parsed at index 0
1139ns
|
Text '20240516T17.3' could not be parsed at index 0
1011ns
|
Text '20240516T17.3' could not be parsed, unparsed text found at index 8
1049ns
|
Text '20240516T17.3' could not be parsed at index 0
842ns
|
Text '20240516T17.3' could not be parsed at index 0
873ns
|
Text '20240516T17.3' could not be parsed at index 0
863ns
|
Text '20240516T17.3' could not be parsed at index 2
868ns
|
Text '20240516T17.3' could not be parsed at index 2
897ns
|
Text '20240516T17.3' could not be parsed at index 2
905ns
|
Text '20240516T17.3' could not be parsed at index 0
878ns
|
Text '20240516T17.3' could not be parsed at index 0
878ns
|
Text '20240516T17.3' could not be parsed at index 0
906ns
|
Text '20240516T17.3' could not be parsed at index 0
897ns
|
Text '20240516T17.3' could not be parsed at index 0
862ns
|
Text '20240516T17.3' could not be parsed at index 0
860ns
|
Text '20240516T17.3' could not be parsed at index 0
1004ns
|
Text '20240516T17.3' could not be parsed at index 8
1077ns
|
|
|
| 20240516T1722 |
Invalid format: "20240516T1722" is malformed at "22"
1219ns
|
Text '20240516T1722' could not be parsed at index 0
1144ns
|
Text '20240516T1722' could not be parsed at index 0
1027ns
|
Text '20240516T1722' could not be parsed, unparsed text found at index 8
1056ns
|
Text '20240516T1722' could not be parsed at index 0
843ns
|
Text '20240516T1722' could not be parsed at index 0
876ns
|
Text '20240516T1722' could not be parsed at index 0
870ns
|
Text '20240516T1722' could not be parsed at index 2
880ns
|
Text '20240516T1722' could not be parsed at index 2
908ns
|
Text '20240516T1722' could not be parsed at index 2
907ns
|
Text '20240516T1722' could not be parsed at index 0
879ns
|
Text '20240516T1722' could not be parsed at index 0
887ns
|
Text '20240516T1722' could not be parsed at index 0
896ns
|
Text '20240516T1722' could not be parsed at index 0
892ns
|
Text '20240516T1722' could not be parsed at index 0
879ns
|
Text '20240516T1722' could not be parsed at index 0
875ns
|
Text '20240516T1722' could not be parsed at index 0
1028ns
|
Text '20240516T1722' could not be parsed at index 8
1092ns
|
|
|
| 20240516T1722,1 |
Invalid format: "20240516T1722,1" is malformed at "22,1"
1216ns
|
Text '20240516T1722,1' could not be parsed at index 0
1138ns
|
Text '20240516T1722,1' could not be parsed at index 0
1025ns
|
Text '20240516T1722,1' could not be parsed, unparsed text found at index 8
1046ns
|
Text '20240516T1722,1' could not be parsed at index 0
835ns
|
Text '20240516T1722,1' could not be parsed at index 0
860ns
|
Text '20240516T1722,1' could not be parsed at index 0
877ns
|
Text '20240516T1722,1' could not be parsed at index 2
893ns
|
Text '20240516T1722,1' could not be parsed at index 2
930ns
|
Text '20240516T1722,1' could not be parsed at index 2
927ns
|
Text '20240516T1722,1' could not be parsed at index 0
890ns
|
Text '20240516T1722,1' could not be parsed at index 0
878ns
|
Text '20240516T1722,1' could not be parsed at index 0
892ns
|
Text '20240516T1722,1' could not be parsed at index 0
880ns
|
Text '20240516T1722,1' could not be parsed at index 0
859ns
|
Text '20240516T1722,1' could not be parsed at index 0
865ns
|
Text '20240516T1722,1' could not be parsed at index 0
1003ns
|
Text '20240516T1722,1' could not be parsed at index 8
1072ns
|
|
|
| 20240516T1722.1 |
Invalid format: "20240516T1722.1" is malformed at "22.1"
1207ns
|
Text '20240516T1722.1' could not be parsed at index 0
1139ns
|
Text '20240516T1722.1' could not be parsed at index 0
1016ns
|
Text '20240516T1722.1' could not be parsed, unparsed text found at index 8
1044ns
|
Text '20240516T1722.1' could not be parsed at index 0
848ns
|
Text '20240516T1722.1' could not be parsed at index 0
857ns
|
Text '20240516T1722.1' could not be parsed at index 0
855ns
|
Text '20240516T1722.1' could not be parsed at index 2
871ns
|
Text '20240516T1722.1' could not be parsed at index 2
898ns
|
Text '20240516T1722.1' could not be parsed at index 2
907ns
|
Text '20240516T1722.1' could not be parsed at index 0
862ns
|
Text '20240516T1722.1' could not be parsed at index 0
877ns
|
Text '20240516T1722.1' could not be parsed at index 0
893ns
|
Text '20240516T1722.1' could not be parsed at index 0
881ns
|
Text '20240516T1722.1' could not be parsed at index 0
860ns
|
Text '20240516T1722.1' could not be parsed at index 0
859ns
|
Text '20240516T1722.1' could not be parsed at index 0
1009ns
|
Text '20240516T1722.1' could not be parsed at index 8
1078ns
|
|
|
| 20240516T172207 |
Invalid format: "20240516T172207" is malformed at "2207"
1234ns
|
Text '20240516T172207' could not be parsed at index 0
1161ns
|
Text '20240516T172207' could not be parsed at index 0
1036ns
|
Text '20240516T172207' could not be parsed, unparsed text found at index 8
1061ns
|
Text '20240516T172207' could not be parsed at index 0
858ns
|
Text '20240516T172207' could not be parsed at index 0
872ns
|
Text '20240516T172207' could not be parsed at index 0
868ns
|
Text '20240516T172207' could not be parsed at index 2
878ns
|
Text '20240516T172207' could not be parsed at index 2
905ns
|
Text '20240516T172207' could not be parsed at index 2
909ns
|
Text '20240516T172207' could not be parsed at index 0
861ns
|
Text '20240516T172207' could not be parsed at index 0
878ns
|
Text '20240516T172207' could not be parsed at index 0
954ns
|
Text '20240516T172207' could not be parsed at index 0
896ns
|
Text '20240516T172207' could not be parsed at index 0
875ns
|
Text '20240516T172207' could not be parsed at index 0
883ns
|
Text '20240516T172207' could not be parsed at index 0
1028ns
|
Text '20240516T172207' could not be parsed at index 8
1078ns
|
|
|
| 20240516T172207.5 |
Invalid format: "20240516T172207.5" is malformed at "2207.5"
1203ns
|
Text '20240516T172207.5' could not be parsed at index 0
1143ns
|
Text '20240516T172207.5' could not be parsed at index 0
1014ns
|
Text '20240516T172207.5' could not be parsed, unparsed text found at index 8
1053ns
|
Text '20240516T172207.5' could not be parsed at index 0
851ns
|
Text '20240516T172207.5' could not be parsed at index 0
867ns
|
Text '20240516T172207.5' could not be parsed at index 0
864ns
|
Text '20240516T172207.5' could not be parsed at index 2
880ns
|
Text '20240516T172207.5' could not be parsed at index 2
901ns
|
Text '20240516T172207.5' could not be parsed at index 2
913ns
|
Text '20240516T172207.5' could not be parsed at index 0
876ns
|
Text '20240516T172207.5' could not be parsed at index 0
902ns
|
Text '20240516T172207.5' could not be parsed at index 0
904ns
|
Text '20240516T172207.5' could not be parsed at index 0
884ns
|
Text '20240516T172207.5' could not be parsed at index 0
868ns
|
Text '20240516T172207.5' could not be parsed at index 0
865ns
|
Text '20240516T172207.5' could not be parsed at index 0
1009ns
|
Text '20240516T172207.5' could not be parsed at index 8
1082ns
|
|
|
| 20240516T172207.53 |
Invalid format: "20240516T172207.53" is malformed at "2207.53"
1200ns
|
Text '20240516T172207.53' could not be parsed at index 0
1151ns
|
Text '20240516T172207.53' could not be parsed at index 0
1014ns
|
Text '20240516T172207.53' could not be parsed, unparsed text found at index 8
1056ns
|
Text '20240516T172207.53' could not be parsed at index 0
852ns
|
Text '20240516T172207.53' could not be parsed at index 0
865ns
|
Text '20240516T172207.53' could not be parsed at index 0
874ns
|
Text '20240516T172207.53' could not be parsed at index 2
869ns
|
Text '20240516T172207.53' could not be parsed at index 2
910ns
|
Text '20240516T172207.53' could not be parsed at index 2
919ns
|
Text '20240516T172207.53' could not be parsed at index 0
871ns
|
Text '20240516T172207.53' could not be parsed at index 0
889ns
|
Text '20240516T172207.53' could not be parsed at index 0
895ns
|
Text '20240516T172207.53' could not be parsed at index 0
885ns
|
Text '20240516T172207.53' could not be parsed at index 0
866ns
|
Text '20240516T172207.53' could not be parsed at index 0
856ns
|
Text '20240516T172207.53' could not be parsed at index 0
1013ns
|
Text '20240516T172207.53' could not be parsed at index 8
1070ns
|
|
|
| 20240516T172207,534 |
Invalid format: "20240516T172207,534" is malformed at "2207,534"
1189ns
|
Text '20240516T172207,534' could not be parsed at index 0
1155ns
|
Text '20240516T172207,534' could not be parsed at index 0
1015ns
|
Text '20240516T172207,534' could not be parsed, unparsed text found at index 8
1066ns
|
Text '20240516T172207,534' could not be parsed at index 0
845ns
|
Text '20240516T172207,534' could not be parsed at index 0
868ns
|
Text '20240516T172207,534' could not be parsed at index 0
871ns
|
Text '20240516T172207,534' could not be parsed at index 2
870ns
|
Text '20240516T172207,534' could not be parsed at index 2
909ns
|
Text '20240516T172207,534' could not be parsed at index 2
909ns
|
Text '20240516T172207,534' could not be parsed at index 0
871ns
|
Text '20240516T172207,534' could not be parsed at index 0
890ns
|
Text '20240516T172207,534' could not be parsed at index 0
887ns
|
Text '20240516T172207,534' could not be parsed at index 0
882ns
|
Text '20240516T172207,534' could not be parsed at index 0
868ns
|
Text '20240516T172207,534' could not be parsed at index 0
854ns
|
Text '20240516T172207,534' could not be parsed at index 0
1022ns
|
Text '20240516T172207,534' could not be parsed at index 8
1069ns
|
|
|
| 20240516T172207.534 |
Invalid format: "20240516T172207.534" is malformed at "2207.534"
1191ns
|
Text '20240516T172207.534' could not be parsed at index 0
1152ns
|
Text '20240516T172207.534' could not be parsed at index 0
1021ns
|
Text '20240516T172207.534' could not be parsed, unparsed text found at index 8
1058ns
|
Text '20240516T172207.534' could not be parsed at index 0
848ns
|
Text '20240516T172207.534' could not be parsed at index 0
866ns
|
Text '20240516T172207.534' could not be parsed at index 0
873ns
|
Text '20240516T172207.534' could not be parsed at index 2
871ns
|
Text '20240516T172207.534' could not be parsed at index 2
914ns
|
Text '20240516T172207.534' could not be parsed at index 2
903ns
|
Text '20240516T172207.534' could not be parsed at index 0
873ns
|
Text '20240516T172207.534' could not be parsed at index 0
887ns
|
Text '20240516T172207.534' could not be parsed at index 0
885ns
|
Text '20240516T172207.534' could not be parsed at index 0
879ns
|
Text '20240516T172207.534' could not be parsed at index 0
867ns
|
Text '20240516T172207.534' could not be parsed at index 0
858ns
|
Text '20240516T172207.534' could not be parsed at index 0
1016ns
|
Text '20240516T172207.534' could not be parsed at index 8
1074ns
|
|
|
| 20240516T172207,534635 |
Invalid format: "20240516T172207,534635" is malformed at "2207,534635"
1211ns
|
Text '20240516T172207,534635' could not be parsed at index 0
1148ns
|
Text '20240516T172207,534635' could not be parsed at index 0
1011ns
|
Text '20240516T172207,534635' could not be parsed, unparsed text found at index 8
1057ns
|
Text '20240516T172207,534635' could not be parsed at index 0
845ns
|
Text '20240516T172207,534635' could not be parsed at index 0
870ns
|
Text '20240516T172207,534635' could not be parsed at index 0
864ns
|
Text '20240516T172207,534635' could not be parsed at index 2
867ns
|
Text '20240516T172207,534635' could not be parsed at index 2
910ns
|
Text '20240516T172207,534635' could not be parsed at index 2
904ns
|
Text '20240516T172207,534635' could not be parsed at index 0
869ns
|
Text '20240516T172207,534635' could not be parsed at index 0
884ns
|
Text '20240516T172207,534635' could not be parsed at index 0
884ns
|
Text '20240516T172207,534635' could not be parsed at index 0
890ns
|
Text '20240516T172207,534635' could not be parsed at index 0
856ns
|
Text '20240516T172207,534635' could not be parsed at index 0
853ns
|
Text '20240516T172207,534635' could not be parsed at index 0
1010ns
|
Text '20240516T172207,534635' could not be parsed at index 8
1065ns
|
|
|
| 20240516T172207.534635 |
Invalid format: "20240516T172207.534635" is malformed at "2207.534635"
1191ns
|
Text '20240516T172207.534635' could not be parsed at index 0
1146ns
|
Text '20240516T172207.534635' could not be parsed at index 0
1027ns
|
Text '20240516T172207.534635' could not be parsed, unparsed text found at index 8
1057ns
|
Text '20240516T172207.534635' could not be parsed at index 0
843ns
|
Text '20240516T172207.534635' could not be parsed at index 0
876ns
|
Text '20240516T172207.534635' could not be parsed at index 0
865ns
|
Text '20240516T172207.534635' could not be parsed at index 2
872ns
|
Text '20240516T172207.534635' could not be parsed at index 2
918ns
|
Text '20240516T172207.534635' could not be parsed at index 2
905ns
|
Text '20240516T172207.534635' could not be parsed at index 0
899ns
|
Text '20240516T172207.534635' could not be parsed at index 0
886ns
|
Text '20240516T172207.534635' could not be parsed at index 0
890ns
|
Text '20240516T172207.534635' could not be parsed at index 0
890ns
|
Text '20240516T172207.534635' could not be parsed at index 0
862ns
|
Text '20240516T172207.534635' could not be parsed at index 0
869ns
|
Text '20240516T172207.534635' could not be parsed at index 0
1032ns
|
Text '20240516T172207.534635' could not be parsed at index 8
1091ns
|
|
|
| 20240516T15Z |
Invalid format: "20240516T15Z" is malformed at "Z"
1206ns
|
Text '20240516T15Z' could not be parsed at index 0
1145ns
|
Text '20240516T15Z' could not be parsed at index 0
1023ns
|
Text '20240516T15Z' could not be parsed, unparsed text found at index 8
1058ns
|
Text '20240516T15Z' could not be parsed at index 0
845ns
|
Text '20240516T15Z' could not be parsed at index 0
878ns
|
Text '20240516T15Z' could not be parsed at index 0
871ns
|
Text '20240516T15Z' could not be parsed at index 2
873ns
|
Text '20240516T15Z' could not be parsed at index 2
908ns
|
Text '20240516T15Z' could not be parsed at index 2
922ns
|
Text '20240516T15Z' could not be parsed at index 0
895ns
|
Text '20240516T15Z' could not be parsed at index 0
898ns
|
Text '20240516T15Z' could not be parsed at index 0
907ns
|
Text '20240516T15Z' could not be parsed at index 0
902ns
|
Text '20240516T15Z' could not be parsed at index 0
865ns
|
Text '20240516T15Z' could not be parsed at index 0
859ns
|
Text '20240516T15Z' could not be parsed at index 0
1013ns
|
Text '20240516T15Z' could not be parsed at index 8
1104ns
|
|
|
| 20240516T15,3Z |
Invalid format: "20240516T15,3Z" is malformed at "Z"
1281ns
|
Text '20240516T15,3Z' could not be parsed at index 0
1140ns
|
Text '20240516T15,3Z' could not be parsed at index 0
1029ns
|
Text '20240516T15,3Z' could not be parsed, unparsed text found at index 8
1052ns
|
Text '20240516T15,3Z' could not be parsed at index 0
838ns
|
Text '20240516T15,3Z' could not be parsed at index 0
878ns
|
Text '20240516T15,3Z' could not be parsed at index 0
883ns
|
Text '20240516T15,3Z' could not be parsed at index 2
897ns
|
Text '20240516T15,3Z' could not be parsed at index 2
920ns
|
Text '20240516T15,3Z' could not be parsed at index 2
925ns
|
Text '20240516T15,3Z' could not be parsed at index 0
888ns
|
Text '20240516T15,3Z' could not be parsed at index 0
892ns
|
Text '20240516T15,3Z' could not be parsed at index 0
890ns
|
Text '20240516T15,3Z' could not be parsed at index 0
888ns
|
Text '20240516T15,3Z' could not be parsed at index 0
862ns
|
Text '20240516T15,3Z' could not be parsed at index 0
868ns
|
Text '20240516T15,3Z' could not be parsed at index 0
1004ns
|
Text '20240516T15,3Z' could not be parsed at index 8
1073ns
|
|
|
| 20240516T15.3Z |
Invalid format: "20240516T15.3Z" is malformed at "Z"
1248ns
|
Text '20240516T15.3Z' could not be parsed at index 0
1163ns
|
Text '20240516T15.3Z' could not be parsed at index 0
1038ns
|
Text '20240516T15.3Z' could not be parsed, unparsed text found at index 8
1070ns
|
Text '20240516T15.3Z' could not be parsed at index 0
857ns
|
Text '20240516T15.3Z' could not be parsed at index 0
868ns
|
Text '20240516T15.3Z' could not be parsed at index 0
890ns
|
Text '20240516T15.3Z' could not be parsed at index 2
904ns
|
Text '20240516T15.3Z' could not be parsed at index 2
972ns
|
Text '20240516T15.3Z' could not be parsed at index 2
942ns
|
Text '20240516T15.3Z' could not be parsed at index 0
884ns
|
Text '20240516T15.3Z' could not be parsed at index 0
894ns
|
Text '20240516T15.3Z' could not be parsed at index 0
905ns
|
Text '20240516T15.3Z' could not be parsed at index 0
893ns
|
Text '20240516T15.3Z' could not be parsed at index 0
870ns
|
Text '20240516T15.3Z' could not be parsed at index 0
872ns
|
Text '20240516T15.3Z' could not be parsed at index 0
1021ns
|
Text '20240516T15.3Z' could not be parsed at index 8
1105ns
|
|
|
| 20240516T1522Z |
Invalid format: "20240516T1522Z" is malformed at "22Z"
1244ns
|
Text '20240516T1522Z' could not be parsed at index 0
1183ns
|
Text '20240516T1522Z' could not be parsed at index 0
1034ns
|
Text '20240516T1522Z' could not be parsed, unparsed text found at index 8
1055ns
|
Text '20240516T1522Z' could not be parsed at index 0
868ns
|
Text '20240516T1522Z' could not be parsed at index 0
951ns
|
Text '20240516T1522Z' could not be parsed at index 0
1057ns
|
Text '20240516T1522Z' could not be parsed at index 2
944ns
|
Text '20240516T1522Z' could not be parsed at index 2
924ns
|
Text '20240516T1522Z' could not be parsed at index 2
927ns
|
Text '20240516T1522Z' could not be parsed at index 0
880ns
|
Text '20240516T1522Z' could not be parsed at index 0
886ns
|
Text '20240516T1522Z' could not be parsed at index 0
897ns
|
Text '20240516T1522Z' could not be parsed at index 0
880ns
|
Text '20240516T1522Z' could not be parsed at index 0
857ns
|
Text '20240516T1522Z' could not be parsed at index 0
859ns
|
Text '20240516T1522Z' could not be parsed at index 0
1006ns
|
Text '20240516T1522Z' could not be parsed at index 8
1077ns
|
|
|
| 20240516T1522,1Z |
Invalid format: "20240516T1522,1Z" is malformed at "22,1Z"
1201ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
1134ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
1014ns
|
Text '20240516T1522,1Z' could not be parsed, unparsed text found at index 8
1051ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
846ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
862ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
860ns
|
Text '20240516T1522,1Z' could not be parsed at index 2
875ns
|
Text '20240516T1522,1Z' could not be parsed at index 2
912ns
|
Text '20240516T1522,1Z' could not be parsed at index 2
930ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
869ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
878ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
894ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
878ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
854ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
860ns
|
Text '20240516T1522,1Z' could not be parsed at index 0
1014ns
|
Text '20240516T1522,1Z' could not be parsed at index 8
1074ns
|
|
|
| 20240516T1522.1Z |
Invalid format: "20240516T1522.1Z" is malformed at "22.1Z"
1200ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
1137ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
1010ns
|
Text '20240516T1522.1Z' could not be parsed, unparsed text found at index 8
1051ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
843ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
862ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
861ns
|
Text '20240516T1522.1Z' could not be parsed at index 2
862ns
|
Text '20240516T1522.1Z' could not be parsed at index 2
904ns
|
Text '20240516T1522.1Z' could not be parsed at index 2
911ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
865ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
873ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
891ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
874ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
860ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
853ns
|
Text '20240516T1522.1Z' could not be parsed at index 0
1004ns
|
Text '20240516T1522.1Z' could not be parsed at index 8
1070ns
|
|
|
| 20240516T152207Z |
Invalid format: "20240516T152207Z" is malformed at "2207Z"
1190ns
|
Text '20240516T152207Z' could not be parsed at index 0
1137ns
|
Text '20240516T152207Z' could not be parsed at index 0
1013ns
|
Text '20240516T152207Z' could not be parsed, unparsed text found at index 8
1046ns
|
Text '20240516T152207Z' could not be parsed at index 0
848ns
|
Text '20240516T152207Z' could not be parsed at index 0
856ns
|
Text '20240516T152207Z' could not be parsed at index 0
864ns
|
Text '20240516T152207Z' could not be parsed at index 2
874ns
|
Text '20240516T152207Z' could not be parsed at index 2
902ns
|
Text '20240516T152207Z' could not be parsed at index 2
908ns
|
Text '20240516T152207Z' could not be parsed at index 0
862ns
|
Text '20240516T152207Z' could not be parsed at index 0
882ns
|
Text '20240516T152207Z' could not be parsed at index 0
878ns
|
Text '20240516T152207Z' could not be parsed at index 0
872ns
|
Text '20240516T152207Z' could not be parsed at index 0
861ns
|
Text '20240516T152207Z' could not be parsed at index 0
850ns
|
Text '20240516T152207Z' could not be parsed at index 0
1016ns
|
Text '20240516T152207Z' could not be parsed at index 8
1069ns
|
|
|
| 20240516T152207.5Z |
Invalid format: "20240516T152207.5Z" is malformed at "2207.5Z"
1187ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
1135ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
1008ns
|
Text '20240516T152207.5Z' could not be parsed, unparsed text found at index 8
1055ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
838ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
861ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
866ns
|
Text '20240516T152207.5Z' could not be parsed at index 2
860ns
|
Text '20240516T152207.5Z' could not be parsed at index 2
903ns
|
Text '20240516T152207.5Z' could not be parsed at index 2
900ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
862ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
880ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
877ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
873ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
859ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
849ns
|
Text '20240516T152207.5Z' could not be parsed at index 0
1007ns
|
Text '20240516T152207.5Z' could not be parsed at index 8
1063ns
|
|
|
| 20240516T152207.53Z |
Invalid format: "20240516T152207.53Z" is malformed at "2207.53Z"
1180ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
1138ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
1005ns
|
Text '20240516T152207.53Z' could not be parsed, unparsed text found at index 8
1054ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
837ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
859ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
870ns
|
Text '20240516T152207.53Z' could not be parsed at index 2
867ns
|
Text '20240516T152207.53Z' could not be parsed at index 2
907ns
|
Text '20240516T152207.53Z' could not be parsed at index 2
895ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
863ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
887ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
882ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
878ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
859ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
850ns
|
Text '20240516T152207.53Z' could not be parsed at index 0
1013ns
|
Text '20240516T152207.53Z' could not be parsed at index 8
1066ns
|
|
|
| 20240516T152207,534Z |
Invalid format: "20240516T152207,534Z" is malformed at "2207,534Z"
1184ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
1136ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
1008ns
|
Text '20240516T152207,534Z' could not be parsed, unparsed text found at index 8
1055ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
845ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
859ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
856ns
|
Text '20240516T152207,534Z' could not be parsed at index 2
865ns
|
Text '20240516T152207,534Z' could not be parsed at index 2
910ns
|
Text '20240516T152207,534Z' could not be parsed at index 2
902ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
865ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
883ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
878ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
889ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
852ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
850ns
|
Text '20240516T152207,534Z' could not be parsed at index 0
1009ns
|
Text '20240516T152207,534Z' could not be parsed at index 8
1062ns
|
|
|
| 20240516T152207.534Z |
Invalid format: "20240516T152207.534Z" is malformed at "2207.534Z"
1200ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
1135ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
1006ns
|
Text '20240516T152207.534Z' could not be parsed, unparsed text found at index 8
1046ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
834ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
867ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
854ns
|
Text '20240516T152207.534Z' could not be parsed at index 2
860ns
|
Text '20240516T152207.534Z' could not be parsed at index 2
900ns
|
Text '20240516T152207.534Z' could not be parsed at index 2
893ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
870ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
869ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
875ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
877ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
851ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
849ns
|
Text '20240516T152207.534Z' could not be parsed at index 0
1002ns
|
Text '20240516T152207.534Z' could not be parsed at index 8
1054ns
|
|
|
| 20240516T152207,534635Z |
Invalid format: "20240516T152207,534635Z" is malformed at "2207,534635Z"
1207ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
1120ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
1009ns
|
Text '20240516T152207,534635Z' could not be parsed, unparsed text found at index 8
1033ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
827ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
859ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
851ns
|
Text '20240516T152207,534635Z' could not be parsed at index 2
866ns
|
Text '20240516T152207,534635Z' could not be parsed at index 2
888ns
|
Text '20240516T152207,534635Z' could not be parsed at index 2
893ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
863ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
862ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
871ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
877ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
842ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
851ns
|
Text '20240516T152207,534635Z' could not be parsed at index 0
989ns
|
Text '20240516T152207,534635Z' could not be parsed at index 8
1059ns
|
|
|
| 20240516T152207.534635Z |
Invalid format: "20240516T152207.534635Z" is malformed at "2207.534635Z"
1209ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
1117ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
1003ns
|
Text '20240516T152207.534635Z' could not be parsed, unparsed text found at index 8
1036ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
834ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
847ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
846ns
|
Text '20240516T152207.534635Z' could not be parsed at index 2
863ns
|
Text '20240516T152207.534635Z' could not be parsed at index 2
885ns
|
Text '20240516T152207.534635Z' could not be parsed at index 2
895ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
855ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
866ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
875ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
863ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
841ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
851ns
|
Text '20240516T152207.534635Z' could not be parsed at index 0
988ns
|
Text '20240516T152207.534635Z' could not be parsed at index 8
1063ns
|
|
|
| 20240516T17+02 |
Invalid format: "20240516T17+02" is malformed at "+02"
1183ns
|
Text '20240516T17+02' could not be parsed at index 0
1119ns
|
Text '20240516T17+02' could not be parsed at index 0
1001ns
|
Text '20240516T17+02' could not be parsed, unparsed text found at index 8
1034ns
|
Text '20240516T17+02' could not be parsed at index 0
835ns
|
Text '20240516T17+02' could not be parsed at index 0
850ns
|
Text '20240516T17+02' could not be parsed at index 0
847ns
|
Text '20240516T17+02' could not be parsed at index 2
865ns
|
Text '20240516T17+02' could not be parsed at index 2
889ns
|
Text '20240516T17+02' could not be parsed at index 2
898ns
|
Text '20240516T17+02' could not be parsed at index 0
857ns
|
Text '20240516T17+02' could not be parsed at index 0
860ns
|
Text '20240516T17+02' could not be parsed at index 0
884ns
|
Text '20240516T17+02' could not be parsed at index 0
862ns
|
Text '20240516T17+02' could not be parsed at index 0
841ns
|
Text '20240516T17+02' could not be parsed at index 0
849ns
|
Text '20240516T17+02' could not be parsed at index 0
989ns
|
Text '20240516T17+02' could not be parsed at index 8
1057ns
|
|
|
| 20240516T17,3+02 |
Invalid format: "20240516T17,3+02" is malformed at "+02"
1207ns
|
Text '20240516T17,3+02' could not be parsed at index 0
1130ns
|
Text '20240516T17,3+02' could not be parsed at index 0
998ns
|
Text '20240516T17,3+02' could not be parsed, unparsed text found at index 8
1030ns
|
Text '20240516T17,3+02' could not be parsed at index 0
840ns
|
Text '20240516T17,3+02' could not be parsed at index 0
850ns
|
Text '20240516T17,3+02' could not be parsed at index 0
861ns
|
Text '20240516T17,3+02' could not be parsed at index 2
857ns
|
Text '20240516T17,3+02' could not be parsed at index 2
906ns
|
Text '20240516T17,3+02' could not be parsed at index 2
905ns
|
Text '20240516T17,3+02' could not be parsed at index 0
856ns
|
Text '20240516T17,3+02' could not be parsed at index 0
863ns
|
Text '20240516T17,3+02' could not be parsed at index 0
878ns
|
Text '20240516T17,3+02' could not be parsed at index 0
866ns
|
Text '20240516T17,3+02' could not be parsed at index 0
855ns
|
Text '20240516T17,3+02' could not be parsed at index 0
840ns
|
Text '20240516T17,3+02' could not be parsed at index 0
1001ns
|
Text '20240516T17,3+02' could not be parsed at index 8
1052ns
|
|
|
| 20240516T17.3+02 |
Invalid format: "20240516T17.3+02" is malformed at "+02"
1232ns
|
Text '20240516T17.3+02' could not be parsed at index 0
1129ns
|
Text '20240516T17.3+02' could not be parsed at index 0
998ns
|
Text '20240516T17.3+02' could not be parsed, unparsed text found at index 8
1041ns
|
Text '20240516T17.3+02' could not be parsed at index 0
831ns
|
Text '20240516T17.3+02' could not be parsed at index 0
860ns
|
Text '20240516T17.3+02' could not be parsed at index 0
860ns
|
Text '20240516T17.3+02' could not be parsed at index 2
856ns
|
Text '20240516T17.3+02' could not be parsed at index 2
892ns
|
Text '20240516T17.3+02' could not be parsed at index 2
894ns
|
Text '20240516T17.3+02' could not be parsed at index 0
854ns
|
Text '20240516T17.3+02' could not be parsed at index 0
874ns
|
Text '20240516T17.3+02' could not be parsed at index 0
869ns
|
Text '20240516T17.3+02' could not be parsed at index 0
863ns
|
Text '20240516T17.3+02' could not be parsed at index 0
853ns
|
Text '20240516T17.3+02' could not be parsed at index 0
838ns
|
Text '20240516T17.3+02' could not be parsed at index 0
1003ns
|
Text '20240516T17.3+02' could not be parsed at index 8
1048ns
|
|
|
| 20240516T1722+02 |
Invalid format: "20240516T1722+02" is malformed at "22+02"
1164ns
|
Text '20240516T1722+02' could not be parsed at index 0
1133ns
|
Text '20240516T1722+02' could not be parsed at index 0
996ns
|
Text '20240516T1722+02' could not be parsed, unparsed text found at index 8
1043ns
|
Text '20240516T1722+02' could not be parsed at index 0
828ns
|
Text '20240516T1722+02' could not be parsed at index 0
847ns
|
Text '20240516T1722+02' could not be parsed at index 0
857ns
|
Text '20240516T1722+02' could not be parsed at index 2
855ns
|
Text '20240516T1722+02' could not be parsed at index 2
896ns
|
Text '20240516T1722+02' could not be parsed at index 2
884ns
|
Text '20240516T1722+02' could not be parsed at index 0
850ns
|
Text '20240516T1722+02' could not be parsed at index 0
871ns
|
Text '20240516T1722+02' could not be parsed at index 0
869ns
|
Text '20240516T1722+02' could not be parsed at index 0
860ns
|
Text '20240516T1722+02' could not be parsed at index 0
850ns
|
Text '20240516T1722+02' could not be parsed at index 0
839ns
|
Text '20240516T1722+02' could not be parsed at index 0
1005ns
|
Text '20240516T1722+02' could not be parsed at index 8
1050ns
|
|
|
| 20240516T1722,1+02 |
Invalid format: "20240516T1722,1+02" is malformed at "22,1+02"
1165ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
1126ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
993ns
|
Text '20240516T1722,1+02' could not be parsed, unparsed text found at index 8
1040ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
825ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
849ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
857ns
|
Text '20240516T1722,1+02' could not be parsed at index 2
853ns
|
Text '20240516T1722,1+02' could not be parsed at index 2
901ns
|
Text '20240516T1722,1+02' could not be parsed at index 2
909ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
857ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
871ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
871ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
862ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
855ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
838ns
|
Text '20240516T1722,1+02' could not be parsed at index 0
997ns
|
Text '20240516T1722,1+02' could not be parsed at index 8
1051ns
|
|
|
| 20240516T1722.1+02 |
Invalid format: "20240516T1722.1+02" is malformed at "22.1+02"
1168ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
1134ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
988ns
|
Text '20240516T1722.1+02' could not be parsed, unparsed text found at index 8
1037ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
827ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
850ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
855ns
|
Text '20240516T1722.1+02' could not be parsed at index 2
853ns
|
Text '20240516T1722.1+02' could not be parsed at index 2
895ns
|
Text '20240516T1722.1+02' could not be parsed at index 2
888ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
857ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
872ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
875ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
872ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
841ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
837ns
|
Text '20240516T1722.1+02' could not be parsed at index 0
994ns
|
Text '20240516T1722.1+02' could not be parsed at index 8
1046ns
|
|
|
| 20240516T172207+02 |
Invalid format: "20240516T172207+02" is malformed at "2207+02"
1181ns
|
Text '20240516T172207+02' could not be parsed at index 0
1128ns
|
Text '20240516T172207+02' could not be parsed at index 0
994ns
|
Text '20240516T172207+02' could not be parsed, unparsed text found at index 8
1035ns
|
Text '20240516T172207+02' could not be parsed at index 0
833ns
|
Text '20240516T172207+02' could not be parsed at index 0
860ns
|
Text '20240516T172207+02' could not be parsed at index 0
848ns
|
Text '20240516T172207+02' could not be parsed at index 2
848ns
|
Text '20240516T172207+02' could not be parsed at index 2
897ns
|
Text '20240516T172207+02' could not be parsed at index 2
901ns
|
Text '20240516T172207+02' could not be parsed at index 0
873ns
|
Text '20240516T172207+02' could not be parsed at index 0
861ns
|
Text '20240516T172207+02' could not be parsed at index 0
872ns
|
Text '20240516T172207+02' could not be parsed at index 0
870ns
|
Text '20240516T172207+02' could not be parsed at index 0
842ns
|
Text '20240516T172207+02' could not be parsed at index 0
836ns
|
Text '20240516T172207+02' could not be parsed at index 0
994ns
|
Text '20240516T172207+02' could not be parsed at index 8
1053ns
|
|
|
| 20240516T172207.5+02 |
Invalid format: "20240516T172207.5+02" is malformed at "2207.5+02"
1169ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
1123ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
996ns
|
Text '20240516T172207.5+02' could not be parsed, unparsed text found at index 8
1037ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
825ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
858ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
847ns
|
Text '20240516T172207.5+02' could not be parsed at index 2
851ns
|
Text '20240516T172207.5+02' could not be parsed at index 2
893ns
|
Text '20240516T172207.5+02' could not be parsed at index 2
887ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
860ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
861ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
875ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
871ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
846ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
840ns
|
Text '20240516T172207.5+02' could not be parsed at index 0
997ns
|
Text '20240516T172207.5+02' could not be parsed at index 8
1054ns
|
|
|
| 20240516T172207.53+02 |
Invalid format: "20240516T172207.53+02" is malformed at "2207.53+02"
1193ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
1112ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
1004ns
|
Text '20240516T172207.53+02' could not be parsed, unparsed text found at index 8
1028ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
822ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
849ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
844ns
|
Text '20240516T172207.53+02' could not be parsed at index 2
858ns
|
Text '20240516T172207.53+02' could not be parsed at index 2
886ns
|
Text '20240516T172207.53+02' could not be parsed at index 2
882ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
859ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
860ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
867ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
870ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
839ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
843ns
|
Text '20240516T172207.53+02' could not be parsed at index 0
989ns
|
Text '20240516T172207.53+02' could not be parsed at index 8
1057ns
|
|
|
| 20240516T172207,534+02 |
Invalid format: "20240516T172207,534+02" is malformed at "2207,534+02"
1190ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
1115ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
996ns
|
Text '20240516T172207,534+02' could not be parsed, unparsed text found at index 8
1034ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
826ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
846ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
845ns
|
Text '20240516T172207,534+02' could not be parsed at index 2
861ns
|
Text '20240516T172207,534+02' could not be parsed at index 2
884ns
|
Text '20240516T172207,534+02' could not be parsed at index 2
892ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
851ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
860ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
874ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
865ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
841ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
843ns
|
Text '20240516T172207,534+02' could not be parsed at index 0
982ns
|
Text '20240516T172207,534+02' could not be parsed at index 8
1057ns
|
|
|
| 20240516T172207.534+02 |
Invalid format: "20240516T172207.534+02" is malformed at "2207.534+02"
1193ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
1119ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
997ns
|
Text '20240516T172207.534+02' could not be parsed, unparsed text found at index 8
1031ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
825ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
849ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
847ns
|
Text '20240516T172207.534+02' could not be parsed at index 2
857ns
|
Text '20240516T172207.534+02' could not be parsed at index 2
885ns
|
Text '20240516T172207.534+02' could not be parsed at index 2
889ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
849ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
859ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
877ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
862ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
842ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
842ns
|
Text '20240516T172207.534+02' could not be parsed at index 0
987ns
|
Text '20240516T172207.534+02' could not be parsed at index 8
1055ns
|
|
|
| 20240516T172207,534635+02 |
Invalid format: "20240516T172207,534635+02" is malformed at "2207,534635+02"
1193ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
1120ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
993ns
|
Text '20240516T172207,534635+02' could not be parsed, unparsed text found at index 8
1036ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
827ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
855ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
864ns
|
Text '20240516T172207,534635+02' could not be parsed at index 2
852ns
|
Text '20240516T172207,534635+02' could not be parsed at index 2
884ns
|
Text '20240516T172207,534635+02' could not be parsed at index 2
891ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
864ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
888ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
874ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
866ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
854ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
841ns
|
Text '20240516T172207,534635+02' could not be parsed at index 0
1003ns
|
Text '20240516T172207,534635+02' could not be parsed at index 8
1047ns
|
|
|
| 20240516T172207.534635+02 |
Invalid format: "20240516T172207.534635+02" is malformed at "2207.534635+02"
1202ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
1129ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
994ns
|
Text '20240516T172207.534635+02' could not be parsed, unparsed text found at index 8
1037ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
828ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
847ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
855ns
|
Text '20240516T172207.534635+02' could not be parsed at index 2
854ns
|
Text '20240516T172207.534635+02' could not be parsed at index 2
898ns
|
Text '20240516T172207.534635+02' could not be parsed at index 2
887ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
848ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
869ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
868ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
860ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
855ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
839ns
|
Text '20240516T172207.534635+02' could not be parsed at index 0
999ns
|
Text '20240516T172207.534635+02' could not be parsed at index 8
1051ns
|
|
|
| 20240516T17+0200 |
Invalid format: "20240516T17+0200" is malformed at "+0200"
1164ns
|
Text '20240516T17+0200' could not be parsed at index 0
1125ns
|
Text '20240516T17+0200' could not be parsed at index 0
984ns
|
Text '20240516T17+0200' could not be parsed, unparsed text found at index 8
1039ns
|
Text '20240516T17+0200' could not be parsed at index 0
825ns
|
Text '20240516T17+0200' could not be parsed at index 0
850ns
|
Text '20240516T17+0200' could not be parsed at index 0
846ns
|
Text '20240516T17+0200' could not be parsed at index 2
847ns
|
Text '20240516T17+0200' could not be parsed at index 2
890ns
|
Text '20240516T17+0200' could not be parsed at index 2
880ns
|
Text '20240516T17+0200' could not be parsed at index 0
846ns
|
Text '20240516T17+0200' could not be parsed at index 0
870ns
|
Text '20240516T17+0200' could not be parsed at index 0
869ns
|
Text '20240516T17+0200' could not be parsed at index 0
865ns
|
Text '20240516T17+0200' could not be parsed at index 0
840ns
|
Text '20240516T17+0200' could not be parsed at index 0
839ns
|
Text '20240516T17+0200' could not be parsed at index 0
992ns
|
Text '20240516T17+0200' could not be parsed at index 8
1041ns
|
|
|
| 20240516T17,3+0200 |
Invalid format: "20240516T17,3+0200" is malformed at "+0200"
1185ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
1124ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
988ns
|
Text '20240516T17,3+0200' could not be parsed, unparsed text found at index 8
1035ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
819ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
857ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
843ns
|
Text '20240516T17,3+0200' could not be parsed at index 2
845ns
|
Text '20240516T17,3+0200' could not be parsed at index 2
889ns
|
Text '20240516T17,3+0200' could not be parsed at index 2
880ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
854ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
859ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
873ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
875ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
841ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
849ns
|
Text '20240516T17,3+0200' could not be parsed at index 0
1015ns
|
Text '20240516T17,3+0200' could not be parsed at index 8
1066ns
|
|
|
| 20240516T17.3+0200 |
Invalid format: "20240516T17.3+0200" is malformed at "+0200"
1214ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
1119ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
998ns
|
Text '20240516T17.3+0200' could not be parsed, unparsed text found at index 8
1044ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
828ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
859ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
847ns
|
Text '20240516T17.3+0200' could not be parsed at index 2
853ns
|
Text '20240516T17.3+0200' could not be parsed at index 2
878ns
|
Text '20240516T17.3+0200' could not be parsed at index 2
879ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
856ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
857ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
865ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
870ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
837ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
835ns
|
Text '20240516T17.3+0200' could not be parsed at index 0
983ns
|
Text '20240516T17.3+0200' could not be parsed at index 8
1048ns
|
|
|
| 20240516T1722+0200 |
Invalid format: "20240516T1722+0200" is malformed at "22+0200"
1186ns
|
Text '20240516T1722+0200' could not be parsed at index 0
1106ns
|
Text '20240516T1722+0200' could not be parsed at index 0
999ns
|
Text '20240516T1722+0200' could not be parsed, unparsed text found at index 8
1027ns
|
Text '20240516T1722+0200' could not be parsed at index 0
818ns
|
Text '20240516T1722+0200' could not be parsed at index 0
853ns
|
Text '20240516T1722+0200' could not be parsed at index 0
840ns
|
Text '20240516T1722+0200' could not be parsed at index 2
851ns
|
Text '20240516T1722+0200' could not be parsed at index 2
885ns
|
Text '20240516T1722+0200' could not be parsed at index 2
881ns
|
Text '20240516T1722+0200' could not be parsed at index 0
856ns
|
Text '20240516T1722+0200' could not be parsed at index 0
857ns
|
Text '20240516T1722+0200' could not be parsed at index 0
866ns
|
Text '20240516T1722+0200' could not be parsed at index 0
869ns
|
Text '20240516T1722+0200' could not be parsed at index 0
838ns
|
Text '20240516T1722+0200' could not be parsed at index 0
846ns
|
Text '20240516T1722+0200' could not be parsed at index 0
988ns
|
Text '20240516T1722+0200' could not be parsed at index 8
1048ns
|
|
|
| 20240516T1722,1+0200 |
Invalid format: "20240516T1722,1+0200" is malformed at "22,1+0200"
1180ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
1112ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
997ns
|
Text '20240516T1722,1+0200' could not be parsed, unparsed text found at index 8
1025ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
833ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
844ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
843ns
|
Text '20240516T1722,1+0200' could not be parsed at index 2
856ns
|
Text '20240516T1722,1+0200' could not be parsed at index 2
880ns
|
Text '20240516T1722,1+0200' could not be parsed at index 2
881ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
852ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
853ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
868ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
857ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
833ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
839ns
|
Text '20240516T1722,1+0200' could not be parsed at index 0
988ns
|
Text '20240516T1722,1+0200' could not be parsed at index 8
1052ns
|
|
|
| 20240516T1722.1+0200 |
Invalid format: "20240516T1722.1+0200" is malformed at "22.1+0200"
1174ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
1112ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
1006ns
|
Text '20240516T1722.1+0200' could not be parsed, unparsed text found at index 8
1030ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
827ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
844ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
843ns
|
Text '20240516T1722.1+0200' could not be parsed at index 2
853ns
|
Text '20240516T1722.1+0200' could not be parsed at index 2
880ns
|
Text '20240516T1722.1+0200' could not be parsed at index 2
889ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
847ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
853ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
867ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
857ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
835ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
843ns
|
Text '20240516T1722.1+0200' could not be parsed at index 0
982ns
|
Text '20240516T1722.1+0200' could not be parsed at index 8
1053ns
|
|
|
| 20240516T172207+0200 |
Invalid format: "20240516T172207+0200" is malformed at "2207+0200"
1174ns
|
Text '20240516T172207+0200' could not be parsed at index 0
1119ns
|
Text '20240516T172207+0200' could not be parsed at index 0
989ns
|
Text '20240516T172207+0200' could not be parsed, unparsed text found at index 8
1030ns
|
Text '20240516T172207+0200' could not be parsed at index 0
824ns
|
Text '20240516T172207+0200' could not be parsed at index 0
840ns
|
Text '20240516T172207+0200' could not be parsed at index 0
849ns
|
Text '20240516T172207+0200' could not be parsed at index 2
846ns
|
Text '20240516T172207+0200' could not be parsed at index 2
880ns
|
Text '20240516T172207+0200' could not be parsed at index 2
884ns
|
Text '20240516T172207+0200' could not be parsed at index 0
844ns
|
Text '20240516T172207+0200' could not be parsed at index 0
855ns
|
Text '20240516T172207+0200' could not be parsed at index 0
868ns
|
Text '20240516T172207+0200' could not be parsed at index 0
855ns
|
Text '20240516T172207+0200' could not be parsed at index 0
844ns
|
Text '20240516T172207+0200' could not be parsed at index 0
833ns
|
Text '20240516T172207+0200' could not be parsed at index 0
995ns
|
Text '20240516T172207+0200' could not be parsed at index 8
1043ns
|
|
|
| 20240516T172207.5+0200 |
Invalid format: "20240516T172207.5+0200" is malformed at "2207.5+0200"
1158ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
1126ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
988ns
|
Text '20240516T172207.5+0200' could not be parsed, unparsed text found at index 8
1034ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
826ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
847ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
852ns
|
Text '20240516T172207.5+0200' could not be parsed at index 2
849ns
|
Text '20240516T172207.5+0200' could not be parsed at index 2
882ns
|
Text '20240516T172207.5+0200' could not be parsed at index 2
886ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
852ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
865ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
863ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
856ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
857ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
839ns
|
Text '20240516T172207.5+0200' could not be parsed at index 0
994ns
|
Text '20240516T172207.5+0200' could not be parsed at index 8
1043ns
|
|
|
| 20240516T172207.53+0200 |
Invalid format: "20240516T172207.53+0200" is malformed at "2207.53+0200"
1180ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
1120ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
980ns
|
Text '20240516T172207.53+0200' could not be parsed, unparsed text found at index 8
1028ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
827ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
842ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
848ns
|
Text '20240516T172207.53+0200' could not be parsed at index 2
849ns
|
Text '20240516T172207.53+0200' could not be parsed at index 2
894ns
|
Text '20240516T172207.53+0200' could not be parsed at index 2
880ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
850ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
863ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
860ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
874ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
848ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
838ns
|
Text '20240516T172207.53+0200' could not be parsed at index 0
985ns
|
Text '20240516T172207.53+0200' could not be parsed at index 8
1041ns
|
|
|
| 20240516T172207,534+0200 |
Invalid format: "20240516T172207,534+0200" is malformed at "2207,534+0200"
1173ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
1118ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
981ns
|
Text '20240516T172207,534+0200' could not be parsed, unparsed text found at index 8
1030ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
823ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
855ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
843ns
|
Text '20240516T172207,534+0200' could not be parsed at index 2
849ns
|
Text '20240516T172207,534+0200' could not be parsed at index 2
893ns
|
Text '20240516T172207,534+0200' could not be parsed at index 2
880ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
857ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
859ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
863ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
863ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
837ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
835ns
|
Text '20240516T172207,534+0200' could not be parsed at index 0
989ns
|
Text '20240516T172207,534+0200' could not be parsed at index 8
1042ns
|
|
|
| 20240516T172207.534+0200 |
Invalid format: "20240516T172207.534+0200" is malformed at "2207.534+0200"
1193ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
1111ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
994ns
|
Text '20240516T172207.534+0200' could not be parsed, unparsed text found at index 8
1029ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
821ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
846ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
845ns
|
Text '20240516T172207.534+0200' could not be parsed at index 2
864ns
|
Text '20240516T172207.534+0200' could not be parsed at index 2
883ns
|
Text '20240516T172207.534+0200' could not be parsed at index 2
889ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
855ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
855ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
871ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
860ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
836ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
844ns
|
Text '20240516T172207.534+0200' could not be parsed at index 0
991ns
|
Text '20240516T172207.534+0200' could not be parsed at index 8
1057ns
|
|
|
| 20240516T172207,534635+0200 |
Invalid format: "20240516T172207,534635+0200" is malformed at "2207,534635+0200"
1195ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
1106ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
999ns
|
Text '20240516T172207,534635+0200' could not be parsed, unparsed text found at index 8
1025ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
824ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
844ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
840ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 2
851ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 2
879ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 2
887ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
851ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
858ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
866ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
855ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
838ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
839ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 0
992ns
|
Text '20240516T172207,534635+0200' could not be parsed at index 8
1054ns
|
|
|
| 20240516T172207.534635+0200 |
Invalid format: "20240516T172207.534635+0200" is malformed at "2207.534635+0200"
1192ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
1115ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
992ns
|
Text '20240516T172207.534635+0200' could not be parsed, unparsed text found at index 8
1039ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
822ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
843ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
848ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 2
844ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 2
882ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 2
887ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
852ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
863ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
860ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
854ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
841ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
833ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 0
994ns
|
Text '20240516T172207.534635+0200' could not be parsed at index 8
1051ns
|
|
|
| 2024W204T17 |
Invalid format: "2024W204T17" is malformed at "W204T17"
1043ns
|
Text '2024W204T17' could not be parsed at index 4
1164ns
|
Text '2024W204T17' could not be parsed at index 4
1029ns
|
Text '2024W204T17' could not be parsed at index 4
885ns
|
Text '2024W204T17' could not be parsed at index 4
849ns
|
Text '2024W204T17' could not be parsed at index 4
882ns
|
Text '2024W204T17' could not be parsed at index 4
888ns
|
Text '2024W204T17' could not be parsed at index 2
849ns
|
Text '2024W204T17' could not be parsed at index 2
891ns
|
Text '2024W204T17' could not be parsed at index 2
880ns
|
Text '2024W204T17' could not be parsed at index 4
888ns
|
Text '2024W204T17' could not be parsed at index 4
905ns
|
Text '2024W204T17' could not be parsed at index 4
908ns
|
Text '2024W204T17' could not be parsed at index 4
907ns
|
Text '2024W204T17' could not be parsed at index 4
883ns
|
Text '2024W204T17' could not be parsed at index 4
880ns
|
Text '2024W204T17' could not be parsed at index 4
1023ns
|
Text '2024W204T17' could not be parsed at index 4
1060ns
|
|
|
| 2024W204T17,3 |
Invalid format: "2024W204T17,3" is malformed at "W204T17,3"
1045ns
|
Text '2024W204T17,3' could not be parsed at index 4
1153ns
|
Text '2024W204T17,3' could not be parsed at index 4
1037ns
|
Text '2024W204T17,3' could not be parsed at index 4
874ns
|
Text '2024W204T17,3' could not be parsed at index 4
855ns
|
Text '2024W204T17,3' could not be parsed at index 4
881ns
|
Text '2024W204T17,3' could not be parsed at index 4
886ns
|
Text '2024W204T17,3' could not be parsed at index 2
851ns
|
Text '2024W204T17,3' could not be parsed at index 2
882ns
|
Text '2024W204T17,3' could not be parsed at index 2
885ns
|
Text '2024W204T17,3' could not be parsed at index 4
892ns
|
Text '2024W204T17,3' could not be parsed at index 4
902ns
|
Text '2024W204T17,3' could not be parsed at index 4
916ns
|
Text '2024W204T17,3' could not be parsed at index 4
903ns
|
Text '2024W204T17,3' could not be parsed at index 4
892ns
|
Text '2024W204T17,3' could not be parsed at index 4
871ns
|
Text '2024W204T17,3' could not be parsed at index 4
1026ns
|
Text '2024W204T17,3' could not be parsed at index 4
1036ns
|
|
|
| 2024W204T17.3 |
Invalid format: "2024W204T17.3" is malformed at "W204T17.3"
1032ns
|
Text '2024W204T17.3' could not be parsed at index 4
1162ns
|
Text '2024W204T17.3' could not be parsed at index 4
1028ns
|
Text '2024W204T17.3' could not be parsed at index 4
887ns
|
Text '2024W204T17.3' could not be parsed at index 4
855ns
|
Text '2024W204T17.3' could not be parsed at index 4
883ns
|
Text '2024W204T17.3' could not be parsed at index 4
888ns
|
Text '2024W204T17.3' could not be parsed at index 2
848ns
|
Text '2024W204T17.3' could not be parsed at index 2
894ns
|
Text '2024W204T17.3' could not be parsed at index 2
886ns
|
Text '2024W204T17.3' could not be parsed at index 4
904ns
|
Text '2024W204T17.3' could not be parsed at index 4
915ns
|
Text '2024W204T17.3' could not be parsed at index 4
915ns
|
Text '2024W204T17.3' could not be parsed at index 4
910ns
|
Text '2024W204T17.3' could not be parsed at index 4
890ns
|
Text '2024W204T17.3' could not be parsed at index 4
884ns
|
Text '2024W204T17.3' could not be parsed at index 4
1033ns
|
Text '2024W204T17.3' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T1722 |
Invalid format: "2024W204T1722" is malformed at "W204T1722"
1050ns
|
Text '2024W204T1722' could not be parsed at index 4
1153ns
|
Text '2024W204T1722' could not be parsed at index 4
1049ns
|
Text '2024W204T1722' could not be parsed at index 4
879ns
|
Text '2024W204T1722' could not be parsed at index 4
849ns
|
Text '2024W204T1722' could not be parsed at index 4
882ns
|
Text '2024W204T1722' could not be parsed at index 4
891ns
|
Text '2024W204T1722' could not be parsed at index 2
857ns
|
Text '2024W204T1722' could not be parsed at index 2
892ns
|
Text '2024W204T1722' could not be parsed at index 2
889ns
|
Text '2024W204T1722' could not be parsed at index 4
894ns
|
Text '2024W204T1722' could not be parsed at index 4
909ns
|
Text '2024W204T1722' could not be parsed at index 4
919ns
|
Text '2024W204T1722' could not be parsed at index 4
907ns
|
Text '2024W204T1722' could not be parsed at index 4
910ns
|
Text '2024W204T1722' could not be parsed at index 4
903ns
|
Text '2024W204T1722' could not be parsed at index 4
1045ns
|
Text '2024W204T1722' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T1722,1 |
Invalid format: "2024W204T1722,1" is malformed at "W204T1722,1"
1051ns
|
Text '2024W204T1722,1' could not be parsed at index 4
1164ns
|
Text '2024W204T1722,1' could not be parsed at index 4
1038ns
|
Text '2024W204T1722,1' could not be parsed at index 4
888ns
|
Text '2024W204T1722,1' could not be parsed at index 4
852ns
|
Text '2024W204T1722,1' could not be parsed at index 4
884ns
|
Text '2024W204T1722,1' could not be parsed at index 4
914ns
|
Text '2024W204T1722,1' could not be parsed at index 2
856ns
|
Text '2024W204T1722,1' could not be parsed at index 2
894ns
|
Text '2024W204T1722,1' could not be parsed at index 2
882ns
|
Text '2024W204T1722,1' could not be parsed at index 4
894ns
|
Text '2024W204T1722,1' could not be parsed at index 4
915ns
|
Text '2024W204T1722,1' could not be parsed at index 4
923ns
|
Text '2024W204T1722,1' could not be parsed at index 4
912ns
|
Text '2024W204T1722,1' could not be parsed at index 4
886ns
|
Text '2024W204T1722,1' could not be parsed at index 4
873ns
|
Text '2024W204T1722,1' could not be parsed at index 4
1025ns
|
Text '2024W204T1722,1' could not be parsed at index 4
1037ns
|
|
|
| 2024W204T1722.1 |
Invalid format: "2024W204T1722.1" is malformed at "W204T1722.1"
1050ns
|
Text '2024W204T1722.1' could not be parsed at index 4
1153ns
|
Text '2024W204T1722.1' could not be parsed at index 4
1049ns
|
Text '2024W204T1722.1' could not be parsed at index 4
872ns
|
Text '2024W204T1722.1' could not be parsed at index 4
853ns
|
Text '2024W204T1722.1' could not be parsed at index 4
893ns
|
Text '2024W204T1722.1' could not be parsed at index 4
891ns
|
Text '2024W204T1722.1' could not be parsed at index 2
859ns
|
Text '2024W204T1722.1' could not be parsed at index 2
889ns
|
Text '2024W204T1722.1' could not be parsed at index 2
895ns
|
Text '2024W204T1722.1' could not be parsed at index 4
900ns
|
Text '2024W204T1722.1' could not be parsed at index 4
907ns
|
Text '2024W204T1722.1' could not be parsed at index 4
919ns
|
Text '2024W204T1722.1' could not be parsed at index 4
901ns
|
Text '2024W204T1722.1' could not be parsed at index 4
889ns
|
Text '2024W204T1722.1' could not be parsed at index 4
955ns
|
Text '2024W204T1722.1' could not be parsed at index 4
1135ns
|
Text '2024W204T1722.1' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T172207 |
Invalid format: "2024W204T172207" is malformed at "W204T172207"
1033ns
|
Text '2024W204T172207' could not be parsed at index 4
1162ns
|
Text '2024W204T172207' could not be parsed at index 4
1028ns
|
Text '2024W204T172207' could not be parsed at index 4
879ns
|
Text '2024W204T172207' could not be parsed at index 4
849ns
|
Text '2024W204T172207' could not be parsed at index 4
877ns
|
Text '2024W204T172207' could not be parsed at index 4
887ns
|
Text '2024W204T172207' could not be parsed at index 2
861ns
|
Text '2024W204T172207' could not be parsed at index 2
899ns
|
Text '2024W204T172207' could not be parsed at index 2
876ns
|
Text '2024W204T172207' could not be parsed at index 4
886ns
|
Text '2024W204T172207' could not be parsed at index 4
911ns
|
Text '2024W204T172207' could not be parsed at index 4
931ns
|
Text '2024W204T172207' could not be parsed at index 4
944ns
|
Text '2024W204T172207' could not be parsed at index 4
913ns
|
Text '2024W204T172207' could not be parsed at index 4
899ns
|
Text '2024W204T172207' could not be parsed at index 4
1053ns
|
Text '2024W204T172207' could not be parsed at index 4
1055ns
|
|
|
| 2024W204T172207.5 |
Invalid format: "2024W204T172207.5" is malformed at "W204T172207.5"
1051ns
|
Text '2024W204T172207.5' could not be parsed at index 4
1157ns
|
Text '2024W204T172207.5' could not be parsed at index 4
1038ns
|
Text '2024W204T172207.5' could not be parsed at index 4
873ns
|
Text '2024W204T172207.5' could not be parsed at index 4
849ns
|
Text '2024W204T172207.5' could not be parsed at index 4
893ns
|
Text '2024W204T172207.5' could not be parsed at index 4
891ns
|
Text '2024W204T172207.5' could not be parsed at index 2
851ns
|
Text '2024W204T172207.5' could not be parsed at index 2
878ns
|
Text '2024W204T172207.5' could not be parsed at index 2
878ns
|
Text '2024W204T172207.5' could not be parsed at index 4
886ns
|
Text '2024W204T172207.5' could not be parsed at index 4
898ns
|
Text '2024W204T172207.5' could not be parsed at index 4
916ns
|
Text '2024W204T172207.5' could not be parsed at index 4
898ns
|
Text '2024W204T172207.5' could not be parsed at index 4
885ns
|
Text '2024W204T172207.5' could not be parsed at index 4
867ns
|
Text '2024W204T172207.5' could not be parsed at index 4
1026ns
|
Text '2024W204T172207.5' could not be parsed at index 4
1035ns
|
|
|
| 2024W204T172207.53 |
Invalid format: "2024W204T172207.53" is malformed at "W204T172207.53"
1040ns
|
Text '2024W204T172207.53' could not be parsed at index 4
1159ns
|
Text '2024W204T172207.53' could not be parsed at index 4
1029ns
|
Text '2024W204T172207.53' could not be parsed at index 4
890ns
|
Text '2024W204T172207.53' could not be parsed at index 4
851ns
|
Text '2024W204T172207.53' could not be parsed at index 4
886ns
|
Text '2024W204T172207.53' could not be parsed at index 4
894ns
|
Text '2024W204T172207.53' could not be parsed at index 2
847ns
|
Text '2024W204T172207.53' could not be parsed at index 2
891ns
|
Text '2024W204T172207.53' could not be parsed at index 2
882ns
|
Text '2024W204T172207.53' could not be parsed at index 4
891ns
|
Text '2024W204T172207.53' could not be parsed at index 4
907ns
|
Text '2024W204T172207.53' could not be parsed at index 4
908ns
|
Text '2024W204T172207.53' could not be parsed at index 4
909ns
|
Text '2024W204T172207.53' could not be parsed at index 4
880ns
|
Text '2024W204T172207.53' could not be parsed at index 4
871ns
|
Text '2024W204T172207.53' could not be parsed at index 4
1032ns
|
Text '2024W204T172207.53' could not be parsed at index 4
1050ns
|
|
|
| 2024W204T172207,534 |
Invalid format: "2024W204T172207,534" is malformed at "W204T172207,534"
1061ns
|
Text '2024W204T172207,534' could not be parsed at index 4
1153ns
|
Text '2024W204T172207,534' could not be parsed at index 4
1035ns
|
Text '2024W204T172207,534' could not be parsed at index 4
870ns
|
Text '2024W204T172207,534' could not be parsed at index 4
860ns
|
Text '2024W204T172207,534' could not be parsed at index 4
886ns
|
Text '2024W204T172207,534' could not be parsed at index 4
884ns
|
Text '2024W204T172207,534' could not be parsed at index 2
854ns
|
Text '2024W204T172207,534' could not be parsed at index 2
881ns
|
Text '2024W204T172207,534' could not be parsed at index 2
887ns
|
Text '2024W204T172207,534' could not be parsed at index 4
890ns
|
Text '2024W204T172207,534' could not be parsed at index 4
899ns
|
Text '2024W204T172207,534' could not be parsed at index 4
916ns
|
Text '2024W204T172207,534' could not be parsed at index 4
896ns
|
Text '2024W204T172207,534' could not be parsed at index 4
885ns
|
Text '2024W204T172207,534' could not be parsed at index 4
866ns
|
Text '2024W204T172207,534' could not be parsed at index 4
1028ns
|
Text '2024W204T172207,534' could not be parsed at index 4
1035ns
|
|
|
| 2024W204T172207.534 |
Invalid format: "2024W204T172207.534" is malformed at "W204T172207.534"
1048ns
|
Text '2024W204T172207.534' could not be parsed at index 4
1159ns
|
Text '2024W204T172207.534' could not be parsed at index 4
1029ns
|
Text '2024W204T172207.534' could not be parsed at index 4
879ns
|
Text '2024W204T172207.534' could not be parsed at index 4
850ns
|
Text '2024W204T172207.534' could not be parsed at index 4
895ns
|
Text '2024W204T172207.534' could not be parsed at index 4
883ns
|
Text '2024W204T172207.534' could not be parsed at index 2
843ns
|
Text '2024W204T172207.534' could not be parsed at index 2
890ns
|
Text '2024W204T172207.534' could not be parsed at index 2
881ns
|
Text '2024W204T172207.534' could not be parsed at index 4
902ns
|
Text '2024W204T172207.534' could not be parsed at index 4
898ns
|
Text '2024W204T172207.534' could not be parsed at index 4
908ns
|
Text '2024W204T172207.534' could not be parsed at index 4
907ns
|
Text '2024W204T172207.534' could not be parsed at index 4
879ns
|
Text '2024W204T172207.534' could not be parsed at index 4
879ns
|
Text '2024W204T172207.534' could not be parsed at index 4
1018ns
|
Text '2024W204T172207.534' could not be parsed at index 4
1053ns
|
|
|
| 2024W204T172207,534635 |
Invalid format: "2024W204T172207,534635" is malformed at "W204T172207,534635"
1074ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
1150ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
1035ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
875ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
856ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
885ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
889ns
|
Text '2024W204T172207,534635' could not be parsed at index 2
845ns
|
Text '2024W204T172207,534635' could not be parsed at index 2
879ns
|
Text '2024W204T172207,534635' could not be parsed at index 2
885ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
890ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
908ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
908ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
899ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
884ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
867ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
1022ns
|
Text '2024W204T172207,534635' could not be parsed at index 4
1033ns
|
|
|
| 2024W204T172207.534635 |
Invalid format: "2024W204T172207.534635" is malformed at "W204T172207.534635"
1061ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
1155ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
1026ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
875ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
850ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
894ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
877ns
|
Text '2024W204T172207.534635' could not be parsed at index 2
848ns
|
Text '2024W204T172207.534635' could not be parsed at index 2
874ns
|
Text '2024W204T172207.534635' could not be parsed at index 2
882ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
889ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
901ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
913ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
902ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
878ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
871ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
1015ns
|
Text '2024W204T172207.534635' could not be parsed at index 4
1031ns
|
|
|
| 2024W204T15Z |
Invalid format: "2024W204T15Z" is malformed at "W204T15Z"
1031ns
|
Text '2024W204T15Z' could not be parsed at index 4
1152ns
|
Text '2024W204T15Z' could not be parsed at index 4
1025ns
|
Text '2024W204T15Z' could not be parsed at index 4
877ns
|
Text '2024W204T15Z' could not be parsed at index 4
853ns
|
Text '2024W204T15Z' could not be parsed at index 4
881ns
|
Text '2024W204T15Z' could not be parsed at index 4
891ns
|
Text '2024W204T15Z' could not be parsed at index 2
846ns
|
Text '2024W204T15Z' could not be parsed at index 2
882ns
|
Text '2024W204T15Z' could not be parsed at index 2
886ns
|
Text '2024W204T15Z' could not be parsed at index 4
889ns
|
Text '2024W204T15Z' could not be parsed at index 4
906ns
|
Text '2024W204T15Z' could not be parsed at index 4
901ns
|
Text '2024W204T15Z' could not be parsed at index 4
911ns
|
Text '2024W204T15Z' could not be parsed at index 4
877ns
|
Text '2024W204T15Z' could not be parsed at index 4
868ns
|
Text '2024W204T15Z' could not be parsed at index 4
1048ns
|
Text '2024W204T15Z' could not be parsed at index 4
1036ns
|
|
|
| 2024W204T15,3Z |
Invalid format: "2024W204T15,3Z" is malformed at "W204T15,3Z"
1035ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
1143ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
1037ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
878ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
851ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
894ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
880ns
|
Text '2024W204T15,3Z' could not be parsed at index 2
852ns
|
Text '2024W204T15,3Z' could not be parsed at index 2
880ns
|
Text '2024W204T15,3Z' could not be parsed at index 2
876ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
894ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
898ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
919ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
903ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
881ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
877ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
1019ns
|
Text '2024W204T15,3Z' could not be parsed at index 4
1043ns
|
|
|
| 2024W204T15.3Z |
Invalid format: "2024W204T15.3Z" is malformed at "W204T15.3Z"
1041ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
1158ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
1022ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
881ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
856ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
883ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
896ns
|
Text '2024W204T15.3Z' could not be parsed at index 2
842ns
|
Text '2024W204T15.3Z' could not be parsed at index 2
879ns
|
Text '2024W204T15.3Z' could not be parsed at index 2
885ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
887ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
906ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
906ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
910ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
878ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
872ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
1023ns
|
Text '2024W204T15.3Z' could not be parsed at index 4
1046ns
|
|
|
| 2024W204T1522Z |
Invalid format: "2024W204T1522Z" is malformed at "W204T1522Z"
1034ns
|
Text '2024W204T1522Z' could not be parsed at index 4
1157ns
|
Text '2024W204T1522Z' could not be parsed at index 4
1025ns
|
Text '2024W204T1522Z' could not be parsed at index 4
874ns
|
Text '2024W204T1522Z' could not be parsed at index 4
854ns
|
Text '2024W204T1522Z' could not be parsed at index 4
892ns
|
Text '2024W204T1522Z' could not be parsed at index 4
884ns
|
Text '2024W204T1522Z' could not be parsed at index 2
851ns
|
Text '2024W204T1522Z' could not be parsed at index 2
882ns
|
Text '2024W204T1522Z' could not be parsed at index 2
880ns
|
Text '2024W204T1522Z' could not be parsed at index 4
896ns
|
Text '2024W204T1522Z' could not be parsed at index 4
900ns
|
Text '2024W204T1522Z' could not be parsed at index 4
913ns
|
Text '2024W204T1522Z' could not be parsed at index 4
897ns
|
Text '2024W204T1522Z' could not be parsed at index 4
883ns
|
Text '2024W204T1522Z' could not be parsed at index 4
877ns
|
Text '2024W204T1522Z' could not be parsed at index 4
1019ns
|
Text '2024W204T1522Z' could not be parsed at index 4
1037ns
|
|
|
| 2024W204T1522,1Z |
Invalid format: "2024W204T1522,1Z" is malformed at "W204T1522,1Z"
1043ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
1157ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
1028ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
874ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
857ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
885ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
892ns
|
Text '2024W204T1522,1Z' could not be parsed at index 2
840ns
|
Text '2024W204T1522,1Z' could not be parsed at index 2
877ns
|
Text '2024W204T1522,1Z' could not be parsed at index 2
886ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
896ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
913ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
907ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
897ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
874ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
871ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
1030ns
|
Text '2024W204T1522,1Z' could not be parsed at index 4
1036ns
|
|
|
| 2024W204T1522.1Z |
Invalid format: "2024W204T1522.1Z" is malformed at "W204T1522.1Z"
1037ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
1158ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
1024ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
869ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
854ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
895ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
885ns
|
Text '2024W204T1522.1Z' could not be parsed at index 2
853ns
|
Text '2024W204T1522.1Z' could not be parsed at index 2
878ns
|
Text '2024W204T1522.1Z' could not be parsed at index 2
879ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
895ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
897ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
915ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
900ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
879ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
870ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
1018ns
|
Text '2024W204T1522.1Z' could not be parsed at index 4
1057ns
|
|
|
| 2024W204T152207Z |
Invalid format: "2024W204T152207Z" is malformed at "W204T152207Z"
1041ns
|
Text '2024W204T152207Z' could not be parsed at index 4
1154ns
|
Text '2024W204T152207Z' could not be parsed at index 4
1031ns
|
Text '2024W204T152207Z' could not be parsed at index 4
872ns
|
Text '2024W204T152207Z' could not be parsed at index 4
853ns
|
Text '2024W204T152207Z' could not be parsed at index 4
884ns
|
Text '2024W204T152207Z' could not be parsed at index 4
889ns
|
Text '2024W204T152207Z' could not be parsed at index 2
851ns
|
Text '2024W204T152207Z' could not be parsed at index 2
884ns
|
Text '2024W204T152207Z' could not be parsed at index 2
884ns
|
Text '2024W204T152207Z' could not be parsed at index 4
886ns
|
Text '2024W204T152207Z' could not be parsed at index 4
908ns
|
Text '2024W204T152207Z' could not be parsed at index 4
904ns
|
Text '2024W204T152207Z' could not be parsed at index 4
894ns
|
Text '2024W204T152207Z' could not be parsed at index 4
874ns
|
Text '2024W204T152207Z' could not be parsed at index 4
865ns
|
Text '2024W204T152207Z' could not be parsed at index 4
1029ns
|
Text '2024W204T152207Z' could not be parsed at index 4
1034ns
|
|
|
| 2024W204T152207.5Z |
Invalid format: "2024W204T152207.5Z" is malformed at "W204T152207.5Z"
1040ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
1167ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
1040ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
876ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
844ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
891ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
881ns
|
Text '2024W204T152207.5Z' could not be parsed at index 2
858ns
|
Text '2024W204T152207.5Z' could not be parsed at index 2
883ns
|
Text '2024W204T152207.5Z' could not be parsed at index 2
882ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
893ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
897ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
914ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
897ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
880ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
873ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
1023ns
|
Text '2024W204T152207.5Z' could not be parsed at index 4
1043ns
|
|
|
| 2024W204T152207.53Z |
Invalid format: "2024W204T152207.53Z" is malformed at "W204T152207.53Z"
1066ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
1173ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
1049ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
869ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
858ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
889ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
895ns
|
Text '2024W204T152207.53Z' could not be parsed at index 2
843ns
|
Text '2024W204T152207.53Z' could not be parsed at index 2
880ns
|
Text '2024W204T152207.53Z' could not be parsed at index 2
874ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
884ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
906ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
913ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
904ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
874ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
865ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
1030ns
|
Text '2024W204T152207.53Z' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T152207,534Z |
Invalid format: "2024W204T152207,534Z" is malformed at "W204T152207,534Z"
1079ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
1167ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
1053ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
877ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
848ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
896ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
885ns
|
Text '2024W204T152207,534Z' could not be parsed at index 2
852ns
|
Text '2024W204T152207,534Z' could not be parsed at index 2
880ns
|
Text '2024W204T152207,534Z' could not be parsed at index 2
890ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
892ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
901ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
918ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
898ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
885ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
866ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
1042ns
|
Text '2024W204T152207,534Z' could not be parsed at index 4
1035ns
|
|
|
| 2024W204T152207.534Z |
Invalid format: "2024W204T152207.534Z" is malformed at "W204T152207.534Z"
1073ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
1175ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
1046ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
885ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
850ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
890ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
893ns
|
Text '2024W204T152207.534Z' could not be parsed at index 2
847ns
|
Text '2024W204T152207.534Z' could not be parsed at index 2
891ns
|
Text '2024W204T152207.534Z' could not be parsed at index 2
878ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
911ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
901ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
912ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
908ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
881ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
877ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
1025ns
|
Text '2024W204T152207.534Z' could not be parsed at index 4
1047ns
|
|
|
| 2024W204T152207,534635Z |
Invalid format: "2024W204T152207,534635Z" is malformed at "W204T152207,534635Z"
1077ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
1164ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
1059ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
866ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
855ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
882ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
888ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 2
840ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 2
875ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 2
880ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
891ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
910ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
906ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
897ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
881ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
863ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
1024ns
|
Text '2024W204T152207,534635Z' could not be parsed at index 4
1027ns
|
|
|
| 2024W204T152207.534635Z |
Invalid format: "2024W204T152207.534635Z" is malformed at "W204T152207.534635Z"
1072ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
1172ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
1044ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
876ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
854ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
887ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
886ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 2
855ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 2
876ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 2
871ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
897ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
895ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
914ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
900ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
877ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
874ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
1022ns
|
Text '2024W204T152207.534635Z' could not be parsed at index 4
1044ns
|
|
|
| 2024W204T17+02 |
Invalid format: "2024W204T17+02" is malformed at "W204T17+02"
1054ns
|
Text '2024W204T17+02' could not be parsed at index 4
1173ns
|
Text '2024W204T17+02' could not be parsed at index 4
1053ns
|
Text '2024W204T17+02' could not be parsed at index 4
869ns
|
Text '2024W204T17+02' could not be parsed at index 4
853ns
|
Text '2024W204T17+02' could not be parsed at index 4
879ns
|
Text '2024W204T17+02' could not be parsed at index 4
890ns
|
Text '2024W204T17+02' could not be parsed at index 2
846ns
|
Text '2024W204T17+02' could not be parsed at index 2
884ns
|
Text '2024W204T17+02' could not be parsed at index 2
885ns
|
Text '2024W204T17+02' could not be parsed at index 4
887ns
|
Text '2024W204T17+02' could not be parsed at index 4
917ns
|
Text '2024W204T17+02' could not be parsed at index 4
904ns
|
Text '2024W204T17+02' could not be parsed at index 4
901ns
|
Text '2024W204T17+02' could not be parsed at index 4
887ns
|
Text '2024W204T17+02' could not be parsed at index 4
869ns
|
Text '2024W204T17+02' could not be parsed at index 4
1025ns
|
Text '2024W204T17+02' could not be parsed at index 4
1031ns
|
|
|
| 2024W204T17,3+02 |
Invalid format: "2024W204T17,3+02" is malformed at "W204T17,3+02"
1047ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
1170ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
1048ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
875ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
852ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
890ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
884ns
|
Text '2024W204T17,3+02' could not be parsed at index 2
859ns
|
Text '2024W204T17,3+02' could not be parsed at index 2
879ns
|
Text '2024W204T17,3+02' could not be parsed at index 2
878ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
896ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
911ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
920ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
900ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
881ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
876ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
1023ns
|
Text '2024W204T17,3+02' could not be parsed at index 4
1043ns
|
|
|
| 2024W204T17.3+02 |
Invalid format: "2024W204T17.3+02" is malformed at "W204T17.3+02"
1051ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
1171ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
1045ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
876ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
861ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
886ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
893ns
|
Text '2024W204T17.3+02' could not be parsed at index 2
845ns
|
Text '2024W204T17.3+02' could not be parsed at index 2
884ns
|
Text '2024W204T17.3+02' could not be parsed at index 2
886ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
891ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
908ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
909ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
896ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
883ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
868ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
1032ns
|
Text '2024W204T17.3+02' could not be parsed at index 4
1034ns
|
|
|
| 2024W204T1722+02 |
Invalid format: "2024W204T1722+02" is malformed at "W204T1722+02"
1046ns
|
Text '2024W204T1722+02' could not be parsed at index 4
1177ns
|
Text '2024W204T1722+02' could not be parsed at index 4
1046ns
|
Text '2024W204T1722+02' could not be parsed at index 4
879ns
|
Text '2024W204T1722+02' could not be parsed at index 4
851ns
|
Text '2024W204T1722+02' could not be parsed at index 4
895ns
|
Text '2024W204T1722+02' could not be parsed at index 4
884ns
|
Text '2024W204T1722+02' could not be parsed at index 2
862ns
|
Text '2024W204T1722+02' could not be parsed at index 2
882ns
|
Text '2024W204T1722+02' could not be parsed at index 2
881ns
|
Text '2024W204T1722+02' could not be parsed at index 4
899ns
|
Text '2024W204T1722+02' could not be parsed at index 4
901ns
|
Text '2024W204T1722+02' could not be parsed at index 4
916ns
|
Text '2024W204T1722+02' could not be parsed at index 4
898ns
|
Text '2024W204T1722+02' could not be parsed at index 4
876ns
|
Text '2024W204T1722+02' could not be parsed at index 4
876ns
|
Text '2024W204T1722+02' could not be parsed at index 4
1016ns
|
Text '2024W204T1722+02' could not be parsed at index 4
1046ns
|
|
|
| 2024W204T1722,1+02 |
Invalid format: "2024W204T1722,1+02" is malformed at "W204T1722,1+02"
1078ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
1235ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
1186ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
912ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
863ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
894ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
902ns
|
Text '2024W204T1722,1+02' could not be parsed at index 2
850ns
|
Text '2024W204T1722,1+02' could not be parsed at index 2
888ns
|
Text '2024W204T1722,1+02' could not be parsed at index 2
890ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
890ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
913ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
911ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
898ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
884ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
869ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
1028ns
|
Text '2024W204T1722,1+02' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T1722.1+02 |
Invalid format: "2024W204T1722.1+02" is malformed at "W204T1722.1+02"
1053ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
1174ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
1040ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
884ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
845ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
890ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
885ns
|
Text '2024W204T1722.1+02' could not be parsed at index 2
846ns
|
Text '2024W204T1722.1+02' could not be parsed at index 2
844ns
|
Text '2024W204T1722.1+02' could not be parsed at index 2
850ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
872ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
882ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
897ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
881ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
858ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
853ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
1071ns
|
Text '2024W204T1722.1+02' could not be parsed at index 4
1075ns
|
|
|
| 2024W204T172207+02 |
Invalid format: "2024W204T172207+02" is malformed at "W204T172207+02"
1067ns
|
Text '2024W204T172207+02' could not be parsed at index 4
1204ns
|
Text '2024W204T172207+02' could not be parsed at index 4
1043ns
|
Text '2024W204T172207+02' could not be parsed at index 4
861ns
|
Text '2024W204T172207+02' could not be parsed at index 4
843ns
|
Text '2024W204T172207+02' could not be parsed at index 4
869ns
|
Text '2024W204T172207+02' could not be parsed at index 4
874ns
|
Text '2024W204T172207+02' could not be parsed at index 2
847ns
|
Text '2024W204T172207+02' could not be parsed at index 2
878ns
|
Text '2024W204T172207+02' could not be parsed at index 2
876ns
|
Text '2024W204T172207+02' could not be parsed at index 4
880ns
|
Text '2024W204T172207+02' could not be parsed at index 4
908ns
|
Text '2024W204T172207+02' could not be parsed at index 4
893ns
|
Text '2024W204T172207+02' could not be parsed at index 4
880ns
|
Text '2024W204T172207+02' could not be parsed at index 4
869ns
|
Text '2024W204T172207+02' could not be parsed at index 4
852ns
|
Text '2024W204T172207+02' could not be parsed at index 4
1038ns
|
Text '2024W204T172207+02' could not be parsed at index 4
1042ns
|
|
|
| 2024W204T172207.5+02 |
Invalid format: "2024W204T172207.5+02" is malformed at "W204T172207.5+02"
1066ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
1154ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
1050ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
886ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
861ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
883ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
880ns
|
Text '2024W204T172207.5+02' could not be parsed at index 2
847ns
|
Text '2024W204T172207.5+02' could not be parsed at index 2
872ns
|
Text '2024W204T172207.5+02' could not be parsed at index 2
872ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
883ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
891ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
906ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
894ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
872ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
863ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
1012ns
|
Text '2024W204T172207.5+02' could not be parsed at index 4
1110ns
|
|
|
| 2024W204T172207.53+02 |
Invalid format: "2024W204T172207.53+02" is malformed at "W204T172207.53+02"
1119ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
1198ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
1030ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
869ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
834ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
871ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
872ns
|
Text '2024W204T172207.53+02' could not be parsed at index 2
846ns
|
Text '2024W204T172207.53+02' could not be parsed at index 2
908ns
|
Text '2024W204T172207.53+02' could not be parsed at index 2
907ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
912ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
923ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
892ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
964ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
898ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
856ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
1011ns
|
Text '2024W204T172207.53+02' could not be parsed at index 4
1102ns
|
|
|
| 2024W204T172207,534+02 |
Invalid format: "2024W204T172207,534+02" is malformed at "W204T172207,534+02"
1064ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
1147ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
1039ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
859ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
846ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
871ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
871ns
|
Text '2024W204T172207,534+02' could not be parsed at index 2
838ns
|
Text '2024W204T172207,534+02' could not be parsed at index 2
865ns
|
Text '2024W204T172207,534+02' could not be parsed at index 2
871ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
878ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
890ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
898ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
886ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
872ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
857ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
1006ns
|
Text '2024W204T172207,534+02' could not be parsed at index 4
1018ns
|
|
|
| 2024W204T172207.534+02 |
Invalid format: "2024W204T172207.534+02" is malformed at "W204T172207.534+02"
1054ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
1169ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
1153ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
868ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
840ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
879ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
869ns
|
Text '2024W204T172207.534+02' could not be parsed at index 2
833ns
|
Text '2024W204T172207.534+02' could not be parsed at index 2
871ns
|
Text '2024W204T172207.534+02' could not be parsed at index 2
869ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
883ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
891ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
913ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
915ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
908ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
948ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
1081ns
|
Text '2024W204T172207.534+02' could not be parsed at index 4
1039ns
|
|
|
| 2024W204T172207,534635+02 |
Invalid format: "2024W204T172207,534635+02" is malformed at "W204T172207,534635+02"
1065ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
1166ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
1035ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
869ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
849ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
873ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
882ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 2
833ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 2
872ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 2
884ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
894ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
905ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
925ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
904ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
884ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
865ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
1021ns
|
Text '2024W204T172207,534635+02' could not be parsed at index 4
1029ns
|
|
|
| 2024W204T172207.534635+02 |
Invalid format: "2024W204T172207.534635+02" is malformed at "W204T172207.534635+02"
1056ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
1141ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
1040ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
883ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
854ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
880ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
882ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 2
863ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 2
884ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 2
880ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
894ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
896ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
963ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
999ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
886ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
888ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
1042ns
|
Text '2024W204T172207.534635+02' could not be parsed at index 4
1039ns
|
|
|
| 2024W204T17+0200 |
Invalid format: "2024W204T17+0200" is malformed at "W204T17+0200"
1032ns
|
Text '2024W204T17+0200' could not be parsed at index 4
1159ns
|
Text '2024W204T17+0200' could not be parsed at index 4
1034ns
|
Text '2024W204T17+0200' could not be parsed at index 4
883ns
|
Text '2024W204T17+0200' could not be parsed at index 4
858ns
|
Text '2024W204T17+0200' could not be parsed at index 4
889ns
|
Text '2024W204T17+0200' could not be parsed at index 4
899ns
|
Text '2024W204T17+0200' could not be parsed at index 2
844ns
|
Text '2024W204T17+0200' could not be parsed at index 2
885ns
|
Text '2024W204T17+0200' could not be parsed at index 2
869ns
|
Text '2024W204T17+0200' could not be parsed at index 4
878ns
|
Text '2024W204T17+0200' could not be parsed at index 4
895ns
|
Text '2024W204T17+0200' could not be parsed at index 4
896ns
|
Text '2024W204T17+0200' could not be parsed at index 4
890ns
|
Text '2024W204T17+0200' could not be parsed at index 4
870ns
|
Text '2024W204T17+0200' could not be parsed at index 4
871ns
|
Text '2024W204T17+0200' could not be parsed at index 4
1024ns
|
Text '2024W204T17+0200' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T17,3+0200 |
Invalid format: "2024W204T17,3+0200" is malformed at "W204T17,3+0200"
1057ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
1162ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
1059ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
869ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
852ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
891ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
890ns
|
Text '2024W204T17,3+0200' could not be parsed at index 2
861ns
|
Text '2024W204T17,3+0200' could not be parsed at index 2
882ns
|
Text '2024W204T17,3+0200' could not be parsed at index 2
885ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
897ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
896ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
920ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
905ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
882ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
873ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
1044ns
|
Text '2024W204T17,3+0200' could not be parsed at index 4
1038ns
|
|
|
| 2024W204T17.3+0200 |
Invalid format: "2024W204T17.3+0200" is malformed at "W204T17.3+0200"
1054ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
1201ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
1086ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
885ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
861ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
886ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
893ns
|
Text '2024W204T17.3+0200' could not be parsed at index 2
858ns
|
Text '2024W204T17.3+0200' could not be parsed at index 2
895ns
|
Text '2024W204T17.3+0200' could not be parsed at index 2
881ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
893ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
913ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
910ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
908ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
889ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
870ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
1030ns
|
Text '2024W204T17.3+0200' could not be parsed at index 4
1040ns
|
|
|
| 2024W204T1722+0200 |
Invalid format: "2024W204T1722+0200" is malformed at "W204T1722+0200"
1059ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
1168ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
1062ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
869ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
847ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
891ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
886ns
|
Text '2024W204T1722+0200' could not be parsed at index 2
855ns
|
Text '2024W204T1722+0200' could not be parsed at index 2
882ns
|
Text '2024W204T1722+0200' could not be parsed at index 2
890ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
899ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
902ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
907ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
901ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
861ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
854ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
999ns
|
Text '2024W204T1722+0200' could not be parsed at index 4
1027ns
|
|
|
| 2024W204T1722,1+0200 |
Invalid format: "2024W204T1722,1+0200" is malformed at "W204T1722,1+0200"
1060ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
1146ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
1028ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
869ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
834ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
871ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
873ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 2
830ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 2
869ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 2
861ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
873ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
895ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
895ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
894ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
868ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
854ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
992ns
|
Text '2024W204T1722,1+0200' could not be parsed at index 4
1024ns
|
|
|
| 2024W204T1722.1+0200 |
Invalid format: "2024W204T1722.1+0200" is malformed at "W204T1722.1+0200"
1057ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
1146ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
1037ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
855ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
841ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
866ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
865ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 2
834ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 2
865ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 2
870ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
870ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
884ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
895ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
883ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
867ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
848ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
1009ns
|
Text '2024W204T1722.1+0200' could not be parsed at index 4
1012ns
|
|
|
| 2024W204T172207+0200 |
Invalid format: "2024W204T172207+0200" is malformed at "W204T172207+0200"
1046ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
1152ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
1023ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
868ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
837ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
882ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
867ns
|
Text '2024W204T172207+0200' could not be parsed at index 2
826ns
|
Text '2024W204T172207+0200' could not be parsed at index 2
865ns
|
Text '2024W204T172207+0200' could not be parsed at index 2
862ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
878ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
882ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
893ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
886ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
861ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
857ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
1000ns
|
Text '2024W204T172207+0200' could not be parsed at index 4
1021ns
|
|
|
| 2024W204T172207.5+0200 |
Invalid format: "2024W204T172207.5+0200" is malformed at "W204T172207.5+0200"
1050ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
1148ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
1040ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
853ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
845ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
869ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
873ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 2
824ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 2
862ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 2
862ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
868ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
890ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
893ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
881ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
866ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
847ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
999ns
|
Text '2024W204T172207.5+0200' could not be parsed at index 4
1007ns
|
|
|
| 2024W204T172207.53+0200 |
Invalid format: "2024W204T172207.53+0200" is malformed at "W204T172207.53+0200"
1051ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
1134ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
1035ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
854ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
834ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
873ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
866ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 2
831ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 2
862ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 2
861ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
873ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
881ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
899ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
886ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
866ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
858ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
1008ns
|
Text '2024W204T172207.53+0200' could not be parsed at index 4
1014ns
|
|
|
| 2024W204T172207,534+0200 |
Invalid format: "2024W204T172207,534+0200" is malformed at "W204T172207,534+0200"
1054ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
1144ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
1031ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
868ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
833ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
867ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
872ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 2
831ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 2
869ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 2
862ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
869ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
887ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
889ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
887ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
865ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
852ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
998ns
|
Text '2024W204T172207,534+0200' could not be parsed at index 4
1021ns
|
|
|
| 2024W204T172207.534+0200 |
Invalid format: "2024W204T172207.534+0200" is malformed at "W204T172207.534+0200"
1057ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
1141ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
1033ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
857ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
845ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
867ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
867ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 2
835ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 2
858ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 2
866ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
871ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
918ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
905ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
883ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
875ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
858ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
1011ns
|
Text '2024W204T172207.534+0200' could not be parsed at index 4
1015ns
|
|
|
| 2024W204T172207,534635+0200 |
Invalid format: "2024W204T172207,534635+0200" is malformed at "W204T172207,534635+0200"
1047ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
1143ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
1025ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
861ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
836ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
873ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
875ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 2
828ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 2
868ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 2
861ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
879ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
886ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
888ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
879ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
860ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
860ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
998ns
|
Text '2024W204T172207,534635+0200' could not be parsed at index 4
1021ns
|
|
|
| 2024W204T172207.534635+0200 |
Invalid format: "2024W204T172207.534635+0200" is malformed at "W204T172207.534635+0200"
1055ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
1150ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
1029ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
863ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
858ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
885ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
881ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 2
839ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 2
865ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 2
860ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
871ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
890ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
894ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
891ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
863ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
860ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
1011ns
|
Text '2024W204T172207.534635+0200' could not be parsed at index 4
1030ns
|
|
|
| 2024137T17 |
diff -63,811,711,183,073
726ns
|
Text '2024137T17' could not be parsed at index 0
1108ns
|
Text '2024137T17' could not be parsed at index 0
985ns
|
Text '2024137T17' could not be parsed at index 6
889ns
|
Text '2024137T17' could not be parsed at index 0
796ns
|
Text '2024137T17' could not be parsed at index 0
816ns
|
Text '2024137T17' could not be parsed at index 0
829ns
|
Text '2024137T17' could not be parsed at index 2
830ns
|
Text '2024137T17' could not be parsed at index 2
866ns
|
Text '2024137T17' could not be parsed at index 2
863ns
|
Text '2024137T17' could not be parsed at index 0
817ns
|
Text '2024137T17' could not be parsed at index 0
837ns
|
Text '2024137T17' could not be parsed at index 0
838ns
|
Text '2024137T17' could not be parsed at index 0
835ns
|
Text '2024137T17' could not be parsed at index 0
816ns
|
Text '2024137T17' could not be parsed at index 0
806ns
|
Text '2024137T17' could not be parsed at index 0
972ns
|
Text '2024137T17' could not be parsed at index 7
1018ns
|
|
|
| 2024137T17,3 |
diff -63,811,711,184,153
706ns
|
Text '2024137T17,3' could not be parsed at index 0
1104ns
|
Text '2024137T17,3' could not be parsed at index 0
990ns
|
Text '2024137T17,3' could not be parsed at index 6
879ns
|
Text '2024137T17,3' could not be parsed at index 0
808ns
|
Text '2024137T17,3' could not be parsed at index 0
824ns
|
Text '2024137T17,3' could not be parsed at index 0
816ns
|
Text '2024137T17,3' could not be parsed at index 2
830ns
|
Text '2024137T17,3' could not be parsed at index 2
857ns
|
Text '2024137T17,3' could not be parsed at index 2
853ns
|
Text '2024137T17,3' could not be parsed at index 0
824ns
|
Text '2024137T17,3' could not be parsed at index 0
835ns
|
Text '2024137T17,3' could not be parsed at index 0
849ns
|
Text '2024137T17,3' could not be parsed at index 0
833ns
|
Text '2024137T17,3' could not be parsed at index 0
814ns
|
Text '2024137T17,3' could not be parsed at index 0
819ns
|
Text '2024137T17,3' could not be parsed at index 0
957ns
|
Text '2024137T17,3' could not be parsed at index 7
1023ns
|
|
|
| 2024137T17.3 |
diff -63,811,711,184,153
719ns
|
Text '2024137T17.3' could not be parsed at index 0
1097ns
|
Text '2024137T17.3' could not be parsed at index 0
979ns
|
Text '2024137T17.3' could not be parsed at index 6
886ns
|
Text '2024137T17.3' could not be parsed at index 0
801ns
|
Text '2024137T17.3' could not be parsed at index 0
830ns
|
Text '2024137T17.3' could not be parsed at index 0
823ns
|
Text '2024137T17.3' could not be parsed at index 2
823ns
|
Text '2024137T17.3' could not be parsed at index 2
864ns
|
Text '2024137T17.3' could not be parsed at index 2
860ns
|
Text '2024137T17.3' could not be parsed at index 0
835ns
|
Text '2024137T17.3' could not be parsed at index 0
830ns
|
Text '2024137T17.3' could not be parsed at index 0
839ns
|
Text '2024137T17.3' could not be parsed at index 0
840ns
|
Text '2024137T17.3' could not be parsed at index 0
830ns
|
Text '2024137T17.3' could not be parsed at index 0
856ns
|
Text '2024137T17.3' could not be parsed at index 0
1012ns
|
Text '2024137T17.3' could not be parsed at index 7
1048ns
|
|
|
| 2024137T1722 |
Invalid format: "2024137T1722" is malformed at "22"
1196ns
|
Text '2024137T1722' could not be parsed at index 0
1153ns
|
Text '2024137T1722' could not be parsed at index 0
1028ns
|
Text '2024137T1722' could not be parsed at index 6
922ns
|
Text '2024137T1722' could not be parsed at index 0
818ns
|
Text '2024137T1722' could not be parsed at index 0
845ns
|
Text '2024137T1722' could not be parsed at index 0
848ns
|
Text '2024137T1722' could not be parsed at index 2
884ns
|
Text '2024137T1722' could not be parsed at index 2
929ns
|
Text '2024137T1722' could not be parsed at index 2
927ns
|
Text '2024137T1722' could not be parsed at index 0
856ns
|
Text '2024137T1722' could not be parsed at index 0
900ns
|
Text '2024137T1722' could not be parsed at index 0
873ns
|
Text '2024137T1722' could not be parsed at index 0
856ns
|
Text '2024137T1722' could not be parsed at index 0
818ns
|
Text '2024137T1722' could not be parsed at index 0
814ns
|
Text '2024137T1722' could not be parsed at index 0
984ns
|
Text '2024137T1722' could not be parsed at index 7
1080ns
|
|
|
| 2024137T1722,1 |
Invalid format: "2024137T1722,1" is malformed at "22,1"
1173ns
|
Text '2024137T1722,1' could not be parsed at index 0
1127ns
|
Text '2024137T1722,1' could not be parsed at index 0
992ns
|
Text '2024137T1722,1' could not be parsed at index 6
897ns
|
Text '2024137T1722,1' could not be parsed at index 0
799ns
|
Text '2024137T1722,1' could not be parsed at index 0
824ns
|
Text '2024137T1722,1' could not be parsed at index 0
826ns
|
Text '2024137T1722,1' could not be parsed at index 2
855ns
|
Text '2024137T1722,1' could not be parsed at index 2
916ns
|
Text '2024137T1722,1' could not be parsed at index 2
894ns
|
Text '2024137T1722,1' could not be parsed at index 0
855ns
|
Text '2024137T1722,1' could not be parsed at index 0
868ns
|
Text '2024137T1722,1' could not be parsed at index 0
868ns
|
Text '2024137T1722,1' could not be parsed at index 0
876ns
|
Text '2024137T1722,1' could not be parsed at index 0
835ns
|
Text '2024137T1722,1' could not be parsed at index 0
831ns
|
Text '2024137T1722,1' could not be parsed at index 0
969ns
|
Text '2024137T1722,1' could not be parsed at index 7
1016ns
|
|
|
| 2024137T1722.1 |
Invalid format: "2024137T1722.1" is malformed at "22.1"
1139ns
|
Text '2024137T1722.1' could not be parsed at index 0
1108ns
|
Text '2024137T1722.1' could not be parsed at index 0
979ns
|
Text '2024137T1722.1' could not be parsed at index 6
913ns
|
Text '2024137T1722.1' could not be parsed at index 0
834ns
|
Text '2024137T1722.1' could not be parsed at index 0
853ns
|
Text '2024137T1722.1' could not be parsed at index 0
854ns
|
Text '2024137T1722.1' could not be parsed at index 2
847ns
|
Text '2024137T1722.1' could not be parsed at index 2
876ns
|
Text '2024137T1722.1' could not be parsed at index 2
894ns
|
Text '2024137T1722.1' could not be parsed at index 0
879ns
|
Text '2024137T1722.1' could not be parsed at index 0
894ns
|
Text '2024137T1722.1' could not be parsed at index 0
896ns
|
Text '2024137T1722.1' could not be parsed at index 0
896ns
|
Text '2024137T1722.1' could not be parsed at index 0
962ns
|
Text '2024137T1722.1' could not be parsed at index 0
869ns
|
Text '2024137T1722.1' could not be parsed at index 0
963ns
|
Text '2024137T1722.1' could not be parsed at index 7
1058ns
|
|
|
| 2024137T172207 |
Invalid format: "2024137T172207" is malformed at "2207"
1177ns
|
Text '2024137T172207' could not be parsed at index 0
1142ns
|
Text '2024137T172207' could not be parsed at index 0
993ns
|
Text '2024137T172207' could not be parsed at index 6
917ns
|
Text '2024137T172207' could not be parsed at index 0
841ns
|
Text '2024137T172207' could not be parsed at index 0
917ns
|
Text '2024137T172207' could not be parsed at index 0
886ns
|
Text '2024137T172207' could not be parsed at index 2
978ns
|
Text '2024137T172207' could not be parsed at index 2
905ns
|
Text '2024137T172207' could not be parsed at index 2
878ns
|
Text '2024137T172207' could not be parsed at index 0
853ns
|
Text '2024137T172207' could not be parsed at index 0
868ns
|
Text '2024137T172207' could not be parsed at index 0
874ns
|
Text '2024137T172207' could not be parsed at index 0
887ns
|
Text '2024137T172207' could not be parsed at index 0
904ns
|
Text '2024137T172207' could not be parsed at index 0
918ns
|
Text '2024137T172207' could not be parsed at index 0
1101ns
|
Text '2024137T172207' could not be parsed at index 7
1045ns
|
|
|
| 2024137T172207.5 |
Invalid format: "2024137T172207.5" is malformed at "2207.5"
1136ns
|
Text '2024137T172207.5' could not be parsed at index 0
1114ns
|
Text '2024137T172207.5' could not be parsed at index 0
989ns
|
Text '2024137T172207.5' could not be parsed at index 6
903ns
|
Text '2024137T172207.5' could not be parsed at index 0
842ns
|
Text '2024137T172207.5' could not be parsed at index 0
872ns
|
Text '2024137T172207.5' could not be parsed at index 0
927ns
|
Text '2024137T172207.5' could not be parsed at index 2
974ns
|
Text '2024137T172207.5' could not be parsed at index 2
878ns
|
Text '2024137T172207.5' could not be parsed at index 2
871ns
|
Text '2024137T172207.5' could not be parsed at index 0
833ns
|
Text '2024137T172207.5' could not be parsed at index 0
850ns
|
Text '2024137T172207.5' could not be parsed at index 0
846ns
|
Text '2024137T172207.5' could not be parsed at index 0
840ns
|
Text '2024137T172207.5' could not be parsed at index 0
826ns
|
Text '2024137T172207.5' could not be parsed at index 0
817ns
|
Text '2024137T172207.5' could not be parsed at index 0
965ns
|
Text '2024137T172207.5' could not be parsed at index 7
1019ns
|
|
|
| 2024137T172207.53 |
Invalid format: "2024137T172207.53" is malformed at "2207.53"
1138ns
|
Text '2024137T172207.53' could not be parsed at index 0
1115ns
|
Text '2024137T172207.53' could not be parsed at index 0
988ns
|
Text '2024137T172207.53' could not be parsed at index 6
893ns
|
Text '2024137T172207.53' could not be parsed at index 0
800ns
|
Text '2024137T172207.53' could not be parsed at index 0
826ns
|
Text '2024137T172207.53' could not be parsed at index 0
828ns
|
Text '2024137T172207.53' could not be parsed at index 2
823ns
|
Text '2024137T172207.53' could not be parsed at index 2
870ns
|
Text '2024137T172207.53' could not be parsed at index 2
862ns
|
Text '2024137T172207.53' could not be parsed at index 0
828ns
|
Text '2024137T172207.53' could not be parsed at index 0
843ns
|
Text '2024137T172207.53' could not be parsed at index 0
846ns
|
Text '2024137T172207.53' could not be parsed at index 0
839ns
|
Text '2024137T172207.53' could not be parsed at index 0
823ns
|
Text '2024137T172207.53' could not be parsed at index 0
811ns
|
Text '2024137T172207.53' could not be parsed at index 0
968ns
|
Text '2024137T172207.53' could not be parsed at index 7
1021ns
|
|
|
| 2024137T172207,534 |
Invalid format: "2024137T172207,534" is malformed at "2207,534"
1136ns
|
Text '2024137T172207,534' could not be parsed at index 0
1108ns
|
Text '2024137T172207,534' could not be parsed at index 0
1000ns
|
Text '2024137T172207,534' could not be parsed at index 6
895ns
|
Text '2024137T172207,534' could not be parsed at index 0
805ns
|
Text '2024137T172207,534' could not be parsed at index 0
824ns
|
Text '2024137T172207,534' could not be parsed at index 0
828ns
|
Text '2024137T172207,534' could not be parsed at index 2
821ns
|
Text '2024137T172207,534' could not be parsed at index 2
860ns
|
Text '2024137T172207,534' could not be parsed at index 2
864ns
|
Text '2024137T172207,534' could not be parsed at index 0
827ns
|
Text '2024137T172207,534' could not be parsed at index 0
844ns
|
Text '2024137T172207,534' could not be parsed at index 0
843ns
|
Text '2024137T172207,534' could not be parsed at index 0
839ns
|
Text '2024137T172207,534' could not be parsed at index 0
823ns
|
Text '2024137T172207,534' could not be parsed at index 0
810ns
|
Text '2024137T172207,534' could not be parsed at index 0
966ns
|
Text '2024137T172207,534' could not be parsed at index 7
1015ns
|
|
|
| 2024137T172207.534 |
Invalid format: "2024137T172207.534" is malformed at "2207.534"
1130ns
|
Text '2024137T172207.534' could not be parsed at index 0
1107ns
|
Text '2024137T172207.534' could not be parsed at index 0
981ns
|
Text '2024137T172207.534' could not be parsed at index 6
901ns
|
Text '2024137T172207.534' could not be parsed at index 0
808ns
|
Text '2024137T172207.534' could not be parsed at index 0
823ns
|
Text '2024137T172207.534' could not be parsed at index 0
833ns
|
Text '2024137T172207.534' could not be parsed at index 2
828ns
|
Text '2024137T172207.534' could not be parsed at index 2
860ns
|
Text '2024137T172207.534' could not be parsed at index 2
862ns
|
Text '2024137T172207.534' could not be parsed at index 0
825ns
|
Text '2024137T172207.534' could not be parsed at index 0
846ns
|
Text '2024137T172207.534' could not be parsed at index 0
842ns
|
Text '2024137T172207.534' could not be parsed at index 0
838ns
|
Text '2024137T172207.534' could not be parsed at index 0
829ns
|
Text '2024137T172207.534' could not be parsed at index 0
819ns
|
Text '2024137T172207.534' could not be parsed at index 0
966ns
|
Text '2024137T172207.534' could not be parsed at index 7
1017ns
|
|
|
| 2024137T172207,534635 |
Invalid format: "2024137T172207,534635" is malformed at "2207,534635"
1134ns
|
Text '2024137T172207,534635' could not be parsed at index 0
1111ns
|
Text '2024137T172207,534635' could not be parsed at index 0
983ns
|
Text '2024137T172207,534635' could not be parsed at index 6
890ns
|
Text '2024137T172207,534635' could not be parsed at index 0
815ns
|
Text '2024137T172207,534635' could not be parsed at index 0
829ns
|
Text '2024137T172207,534635' could not be parsed at index 0
828ns
|
Text '2024137T172207,534635' could not be parsed at index 2
826ns
|
Text '2024137T172207,534635' could not be parsed at index 2
863ns
|
Text '2024137T172207,534635' could not be parsed at index 2
867ns
|
Text '2024137T172207,534635' could not be parsed at index 0
852ns
|
Text '2024137T172207,534635' could not be parsed at index 0
853ns
|
Text '2024137T172207,534635' could not be parsed at index 0
842ns
|
Text '2024137T172207,534635' could not be parsed at index 0
838ns
|
Text '2024137T172207,534635' could not be parsed at index 0
826ns
|
Text '2024137T172207,534635' could not be parsed at index 0
825ns
|
Text '2024137T172207,534635' could not be parsed at index 0
971ns
|
Text '2024137T172207,534635' could not be parsed at index 7
1017ns
|
|
|
| 2024137T172207.534635 |
Invalid format: "2024137T172207.534635" is malformed at "2207.534635"
1131ns
|
Text '2024137T172207.534635' could not be parsed at index 0
1104ns
|
Text '2024137T172207.534635' could not be parsed at index 0
1016ns
|
Text '2024137T172207.534635' could not be parsed at index 6
961ns
|
Text '2024137T172207.534635' could not be parsed at index 0
861ns
|
Text '2024137T172207.534635' could not be parsed at index 0
960ns
|
Text '2024137T172207.534635' could not be parsed at index 0
1020ns
|
Text '2024137T172207.534635' could not be parsed at index 2
867ns
|
Text '2024137T172207.534635' could not be parsed at index 2
899ns
|
Text '2024137T172207.534635' could not be parsed at index 2
903ns
|
Text '2024137T172207.534635' could not be parsed at index 0
856ns
|
Text '2024137T172207.534635' could not be parsed at index 0
876ns
|
Text '2024137T172207.534635' could not be parsed at index 0
877ns
|
Text '2024137T172207.534635' could not be parsed at index 0
874ns
|
Text '2024137T172207.534635' could not be parsed at index 0
867ns
|
Text '2024137T172207.534635' could not be parsed at index 0
849ns
|
Text '2024137T172207.534635' could not be parsed at index 0
1003ns
|
Text '2024137T172207.534635' could not be parsed at index 7
1056ns
|
|
|
| 2024137T15Z |
Invalid format: "2024137T15Z" is malformed at "Z"
1181ns
|
Text '2024137T15Z' could not be parsed at index 0
1146ns
|
Text '2024137T15Z' could not be parsed at index 0
1021ns
|
Text '2024137T15Z' could not be parsed at index 6
924ns
|
Text '2024137T15Z' could not be parsed at index 0
829ns
|
Text '2024137T15Z' could not be parsed at index 0
880ns
|
Text '2024137T15Z' could not be parsed at index 0
886ns
|
Text '2024137T15Z' could not be parsed at index 2
894ns
|
Text '2024137T15Z' could not be parsed at index 2
1019ns
|
Text '2024137T15Z' could not be parsed at index 2
1056ns
|
Text '2024137T15Z' could not be parsed at index 0
1010ns
|
Text '2024137T15Z' could not be parsed at index 0
1123ns
|
Text '2024137T15Z' could not be parsed at index 0
976ns
|
Text '2024137T15Z' could not be parsed at index 0
968ns
|
Text '2024137T15Z' could not be parsed at index 0
947ns
|
Text '2024137T15Z' could not be parsed at index 0
947ns
|
Text '2024137T15Z' could not be parsed at index 0
1090ns
|
Text '2024137T15Z' could not be parsed at index 7
1071ns
|
|
|
| 2024137T15,3Z |
Invalid format: "2024137T15,3Z" is malformed at "Z"
1222ns
|
Text '2024137T15,3Z' could not be parsed at index 0
1124ns
|
Text '2024137T15,3Z' could not be parsed at index 0
988ns
|
Text '2024137T15,3Z' could not be parsed at index 6
899ns
|
Text '2024137T15,3Z' could not be parsed at index 0
813ns
|
Text '2024137T15,3Z' could not be parsed at index 0
837ns
|
Text '2024137T15,3Z' could not be parsed at index 0
837ns
|
Text '2024137T15,3Z' could not be parsed at index 2
838ns
|
Text '2024137T15,3Z' could not be parsed at index 2
874ns
|
Text '2024137T15,3Z' could not be parsed at index 2
898ns
|
Text '2024137T15,3Z' could not be parsed at index 0
884ns
|
Text '2024137T15,3Z' could not be parsed at index 0
1000ns
|
Text '2024137T15,3Z' could not be parsed at index 0
1005ns
|
Text '2024137T15,3Z' could not be parsed at index 0
1000ns
|
Text '2024137T15,3Z' could not be parsed at index 0
1012ns
|
Text '2024137T15,3Z' could not be parsed at index 0
973ns
|
Text '2024137T15,3Z' could not be parsed at index 0
1062ns
|
Text '2024137T15,3Z' could not be parsed at index 7
1117ns
|
|
|
| 2024137T15.3Z |
Invalid format: "2024137T15.3Z" is malformed at "Z"
1214ns
|
Text '2024137T15.3Z' could not be parsed at index 0
1197ns
|
Text '2024137T15.3Z' could not be parsed at index 0
1021ns
|
Text '2024137T15.3Z' could not be parsed at index 6
960ns
|
Text '2024137T15.3Z' could not be parsed at index 0
846ns
|
Text '2024137T15.3Z' could not be parsed at index 0
868ns
|
Text '2024137T15.3Z' could not be parsed at index 0
918ns
|
Text '2024137T15.3Z' could not be parsed at index 2
1220ns
|
Text '2024137T15.3Z' could not be parsed at index 2
897ns
|
Text '2024137T15.3Z' could not be parsed at index 2
900ns
|
Text '2024137T15.3Z' could not be parsed at index 0
867ns
|
Text '2024137T15.3Z' could not be parsed at index 0
888ns
|
Text '2024137T15.3Z' could not be parsed at index 0
852ns
|
Text '2024137T15.3Z' could not be parsed at index 0
849ns
|
Text '2024137T15.3Z' could not be parsed at index 0
837ns
|
Text '2024137T15.3Z' could not be parsed at index 0
834ns
|
Text '2024137T15.3Z' could not be parsed at index 0
978ns
|
Text '2024137T15.3Z' could not be parsed at index 7
1027ns
|
|
|
| 2024137T1522Z |
Invalid format: "2024137T1522Z" is malformed at "22Z"
1199ns
|
Text '2024137T1522Z' could not be parsed at index 0
1154ns
|
Text '2024137T1522Z' could not be parsed at index 0
1001ns
|
Text '2024137T1522Z' could not be parsed at index 6
911ns
|
Text '2024137T1522Z' could not be parsed at index 0
830ns
|
Text '2024137T1522Z' could not be parsed at index 0
857ns
|
Text '2024137T1522Z' could not be parsed at index 0
859ns
|
Text '2024137T1522Z' could not be parsed at index 2
860ns
|
Text '2024137T1522Z' could not be parsed at index 2
895ns
|
Text '2024137T1522Z' could not be parsed at index 2
896ns
|
Text '2024137T1522Z' could not be parsed at index 0
905ns
|
Text '2024137T1522Z' could not be parsed at index 0
893ns
|
Text '2024137T1522Z' could not be parsed at index 0
863ns
|
Text '2024137T1522Z' could not be parsed at index 0
884ns
|
Text '2024137T1522Z' could not be parsed at index 0
855ns
|
Text '2024137T1522Z' could not be parsed at index 0
818ns
|
Text '2024137T1522Z' could not be parsed at index 0
975ns
|
Text '2024137T1522Z' could not be parsed at index 7
1384ns
|
|
|
| 2024137T1522,1Z |
Invalid format: "2024137T1522,1Z" is malformed at "22,1Z"
1173ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
1131ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
1011ns
|
Text '2024137T1522,1Z' could not be parsed at index 6
901ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
847ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
841ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
841ns
|
Text '2024137T1522,1Z' could not be parsed at index 2
1074ns
|
Text '2024137T1522,1Z' could not be parsed at index 2
876ns
|
Text '2024137T1522,1Z' could not be parsed at index 2
880ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
833ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
861ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
872ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
847ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
887ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
962ns
|
Text '2024137T1522,1Z' could not be parsed at index 0
1017ns
|
Text '2024137T1522,1Z' could not be parsed at index 7
1033ns
|
|
|
| 2024137T1522.1Z |
Invalid format: "2024137T1522.1Z" is malformed at "22.1Z"
1210ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
1127ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
994ns
|
Text '2024137T1522.1Z' could not be parsed at index 6
898ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
812ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
827ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
835ns
|
Text '2024137T1522.1Z' could not be parsed at index 2
849ns
|
Text '2024137T1522.1Z' could not be parsed at index 2
896ns
|
Text '2024137T1522.1Z' could not be parsed at index 2
891ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
849ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
860ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
872ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
868ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
900ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
850ns
|
Text '2024137T1522.1Z' could not be parsed at index 0
987ns
|
Text '2024137T1522.1Z' could not be parsed at index 7
1098ns
|
|
|
| 2024137T152207Z |
Invalid format: "2024137T152207Z" is malformed at "2207Z"
1159ns
|
Text '2024137T152207Z' could not be parsed at index 0
1130ns
|
Text '2024137T152207Z' could not be parsed at index 0
1030ns
|
Text '2024137T152207Z' could not be parsed at index 6
922ns
|
Text '2024137T152207Z' could not be parsed at index 0
835ns
|
Text '2024137T152207Z' could not be parsed at index 0
842ns
|
Text '2024137T152207Z' could not be parsed at index 0
844ns
|
Text '2024137T152207Z' could not be parsed at index 2
873ns
|
Text '2024137T152207Z' could not be parsed at index 2
894ns
|
Text '2024137T152207Z' could not be parsed at index 2
909ns
|
Text '2024137T152207Z' could not be parsed at index 0
891ns
|
Text '2024137T152207Z' could not be parsed at index 0
944ns
|
Text '2024137T152207Z' could not be parsed at index 0
878ns
|
Text '2024137T152207Z' could not be parsed at index 0
861ns
|
Text '2024137T152207Z' could not be parsed at index 0
848ns
|
Text '2024137T152207Z' could not be parsed at index 0
829ns
|
Text '2024137T152207Z' could not be parsed at index 0
1228ns
|
Text '2024137T152207Z' could not be parsed at index 7
1062ns
|
|
|
| 2024137T152207.5Z |
Invalid format: "2024137T152207.5Z" is malformed at "2207.5Z"
1350ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
1127ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
1012ns
|
Text '2024137T152207.5Z' could not be parsed at index 6
909ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
839ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
850ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
833ns
|
Text '2024137T152207.5Z' could not be parsed at index 2
861ns
|
Text '2024137T152207.5Z' could not be parsed at index 2
889ns
|
Text '2024137T152207.5Z' could not be parsed at index 2
883ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
859ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
857ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
891ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
885ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
865ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
859ns
|
Text '2024137T152207.5Z' could not be parsed at index 0
1014ns
|
Text '2024137T152207.5Z' could not be parsed at index 7
1082ns
|
|
|
| 2024137T152207.53Z |
Invalid format: "2024137T152207.53Z" is malformed at "2207.53Z"
1209ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
1140ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
1047ns
|
Text '2024137T152207.53Z' could not be parsed at index 6
933ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
850ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
879ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
871ns
|
Text '2024137T152207.53Z' could not be parsed at index 2
844ns
|
Text '2024137T152207.53Z' could not be parsed at index 2
1005ns
|
Text '2024137T152207.53Z' could not be parsed at index 2
903ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
847ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
862ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
867ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
853ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
833ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
838ns
|
Text '2024137T152207.53Z' could not be parsed at index 0
1004ns
|
Text '2024137T152207.53Z' could not be parsed at index 7
1041ns
|
|
|
| 2024137T152207,534Z |
Invalid format: "2024137T152207,534Z" is malformed at "2207,534Z"
1194ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
1141ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
1045ns
|
Text '2024137T152207,534Z' could not be parsed at index 6
931ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
853ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
860ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
866ns
|
Text '2024137T152207,534Z' could not be parsed at index 2
875ns
|
Text '2024137T152207,534Z' could not be parsed at index 2
906ns
|
Text '2024137T152207,534Z' could not be parsed at index 2
907ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
861ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
888ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
885ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
877ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
841ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
857ns
|
Text '2024137T152207,534Z' could not be parsed at index 0
1012ns
|
Text '2024137T152207,534Z' could not be parsed at index 7
1044ns
|
|
|
| 2024137T152207.534Z |
Invalid format: "2024137T152207.534Z" is malformed at "2207.534Z"
1235ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
1161ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
1038ns
|
Text '2024137T152207.534Z' could not be parsed at index 6
931ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
851ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
866ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
844ns
|
Text '2024137T152207.534Z' could not be parsed at index 2
910ns
|
Text '2024137T152207.534Z' could not be parsed at index 2
968ns
|
Text '2024137T152207.534Z' could not be parsed at index 2
890ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
841ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
969ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
973ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
942ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
872ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
901ns
|
Text '2024137T152207.534Z' could not be parsed at index 0
1085ns
|
Text '2024137T152207.534Z' could not be parsed at index 7
1080ns
|
|
|
| 2024137T152207,534635Z |
Invalid format: "2024137T152207,534635Z" is malformed at "2207,534635Z"
1232ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
1128ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
997ns
|
Text '2024137T152207,534635Z' could not be parsed at index 6
901ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
824ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
867ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
835ns
|
Text '2024137T152207,534635Z' could not be parsed at index 2
842ns
|
Text '2024137T152207,534635Z' could not be parsed at index 2
872ns
|
Text '2024137T152207,534635Z' could not be parsed at index 2
874ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
874ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
1027ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
941ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
849ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
876ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
834ns
|
Text '2024137T152207,534635Z' could not be parsed at index 0
987ns
|
Text '2024137T152207,534635Z' could not be parsed at index 7
1104ns
|
|
|
| 2024137T152207.534635Z |
Invalid format: "2024137T152207.534635Z" is malformed at "2207.534635Z"
1406ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
1244ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
1001ns
|
Text '2024137T152207.534635Z' could not be parsed at index 6
898ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
815ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
833ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
840ns
|
Text '2024137T152207.534635Z' could not be parsed at index 2
836ns
|
Text '2024137T152207.534635Z' could not be parsed at index 2
875ns
|
Text '2024137T152207.534635Z' could not be parsed at index 2
875ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
836ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
841ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
859ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
848ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
836ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
822ns
|
Text '2024137T152207.534635Z' could not be parsed at index 0
975ns
|
Text '2024137T152207.534635Z' could not be parsed at index 7
1028ns
|
|
|
| 2024137T17+02 |
Invalid format: "2024137T17+02" is malformed at "+02"
1152ns
|
Text '2024137T17+02' could not be parsed at index 0
1123ns
|
Text '2024137T17+02' could not be parsed at index 0
994ns
|
Text '2024137T17+02' could not be parsed at index 6
902ns
|
Text '2024137T17+02' could not be parsed at index 0
822ns
|
Text '2024137T17+02' could not be parsed at index 0
835ns
|
Text '2024137T17+02' could not be parsed at index 0
843ns
|
Text '2024137T17+02' could not be parsed at index 2
834ns
|
Text '2024137T17+02' could not be parsed at index 2
872ns
|
Text '2024137T17+02' could not be parsed at index 2
876ns
|
Text '2024137T17+02' could not be parsed at index 0
836ns
|
Text '2024137T17+02' could not be parsed at index 0
846ns
|
Text '2024137T17+02' could not be parsed at index 0
866ns
|
Text '2024137T17+02' could not be parsed at index 0
851ns
|
Text '2024137T17+02' could not be parsed at index 0
839ns
|
Text '2024137T17+02' could not be parsed at index 0
827ns
|
Text '2024137T17+02' could not be parsed at index 0
973ns
|
Text '2024137T17+02' could not be parsed at index 7
1029ns
|
|
|
| 2024137T17,3+02 |
Invalid format: "2024137T17,3+02" is malformed at "+02"
1172ns
|
Text '2024137T17,3+02' could not be parsed at index 0
1142ns
|
Text '2024137T17,3+02' could not be parsed at index 0
991ns
|
Text '2024137T17,3+02' could not be parsed at index 6
903ns
|
Text '2024137T17,3+02' could not be parsed at index 0
818ns
|
Text '2024137T17,3+02' could not be parsed at index 0
831ns
|
Text '2024137T17,3+02' could not be parsed at index 0
836ns
|
Text '2024137T17,3+02' could not be parsed at index 2
833ns
|
Text '2024137T17,3+02' could not be parsed at index 2
868ns
|
Text '2024137T17,3+02' could not be parsed at index 2
872ns
|
Text '2024137T17,3+02' could not be parsed at index 0
830ns
|
Text '2024137T17,3+02' could not be parsed at index 0
845ns
|
Text '2024137T17,3+02' could not be parsed at index 0
860ns
|
Text '2024137T17,3+02' could not be parsed at index 0
842ns
|
Text '2024137T17,3+02' could not be parsed at index 0
829ns
|
Text '2024137T17,3+02' could not be parsed at index 0
826ns
|
Text '2024137T17,3+02' could not be parsed at index 0
969ns
|
Text '2024137T17,3+02' could not be parsed at index 7
1034ns
|
|
|
| 2024137T17.3+02 |
Invalid format: "2024137T17.3+02" is malformed at "+02"
1254ns
|
Text '2024137T17.3+02' could not be parsed at index 0
1258ns
|
Text '2024137T17.3+02' could not be parsed at index 0
1048ns
|
Text '2024137T17.3+02' could not be parsed at index 6
903ns
|
Text '2024137T17.3+02' could not be parsed at index 0
829ns
|
Text '2024137T17.3+02' could not be parsed at index 0
849ns
|
Text '2024137T17.3+02' could not be parsed at index 0
834ns
|
Text '2024137T17.3+02' could not be parsed at index 2
845ns
|
Text '2024137T17.3+02' could not be parsed at index 2
938ns
|
Text '2024137T17.3+02' could not be parsed at index 2
953ns
|
Text '2024137T17.3+02' could not be parsed at index 0
929ns
|
Text '2024137T17.3+02' could not be parsed at index 0
871ns
|
Text '2024137T17.3+02' could not be parsed at index 0
874ns
|
Text '2024137T17.3+02' could not be parsed at index 0
856ns
|
Text '2024137T17.3+02' could not be parsed at index 0
832ns
|
Text '2024137T17.3+02' could not be parsed at index 0
834ns
|
Text '2024137T17.3+02' could not be parsed at index 0
979ns
|
Text '2024137T17.3+02' could not be parsed at index 7
1038ns
|
|
|
| 2024137T1722+02 |
Invalid format: "2024137T1722+02" is malformed at "22+02"
1153ns
|
Text '2024137T1722+02' could not be parsed at index 0
1125ns
|
Text '2024137T1722+02' could not be parsed at index 0
992ns
|
Text '2024137T1722+02' could not be parsed at index 6
895ns
|
Text '2024137T1722+02' could not be parsed at index 0
817ns
|
Text '2024137T1722+02' could not be parsed at index 0
873ns
|
Text '2024137T1722+02' could not be parsed at index 0
912ns
|
Text '2024137T1722+02' could not be parsed at index 2
855ns
|
Text '2024137T1722+02' could not be parsed at index 2
882ns
|
Text '2024137T1722+02' could not be parsed at index 2
1309ns
|
Text '2024137T1722+02' could not be parsed at index 0
886ns
|
Text '2024137T1722+02' could not be parsed at index 0
936ns
|
Text '2024137T1722+02' could not be parsed at index 0
938ns
|
Text '2024137T1722+02' could not be parsed at index 0
865ns
|
Text '2024137T1722+02' could not be parsed at index 0
834ns
|
Text '2024137T1722+02' could not be parsed at index 0
1094ns
|
Text '2024137T1722+02' could not be parsed at index 0
1004ns
|
Text '2024137T1722+02' could not be parsed at index 7
1048ns
|
|
|
| 2024137T1722,1+02 |
Invalid format: "2024137T1722,1+02" is malformed at "22,1+02"
1227ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
1139ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
1323ns
|
Text '2024137T1722,1+02' could not be parsed at index 6
898ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
826ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
840ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
835ns
|
Text '2024137T1722,1+02' could not be parsed at index 2
862ns
|
Text '2024137T1722,1+02' could not be parsed at index 2
889ns
|
Text '2024137T1722,1+02' could not be parsed at index 2
887ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
1127ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
896ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
866ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
850ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
828ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
840ns
|
Text '2024137T1722,1+02' could not be parsed at index 0
993ns
|
Text '2024137T1722,1+02' could not be parsed at index 7
1056ns
|
|
|
| 2024137T1722.1+02 |
Invalid format: "2024137T1722.1+02" is malformed at "22.1+02"
1192ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
1149ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
1047ns
|
Text '2024137T1722.1+02' could not be parsed at index 6
937ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
949ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
1062ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
862ns
|
Text '2024137T1722.1+02' could not be parsed at index 2
866ns
|
Text '2024137T1722.1+02' could not be parsed at index 2
910ns
|
Text '2024137T1722.1+02' could not be parsed at index 2
934ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
845ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
868ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
983ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
913ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
950ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
1043ns
|
Text '2024137T1722.1+02' could not be parsed at index 0
1054ns
|
Text '2024137T1722.1+02' could not be parsed at index 7
1232ns
|
|
|
| 2024137T172207+02 |
Invalid format: "2024137T172207+02" is malformed at "2207+02"
1184ns
|
Text '2024137T172207+02' could not be parsed at index 0
1097ns
|
Text '2024137T172207+02' could not be parsed at index 0
981ns
|
Text '2024137T172207+02' could not be parsed at index 6
877ns
|
Text '2024137T172207+02' could not be parsed at index 0
801ns
|
Text '2024137T172207+02' could not be parsed at index 0
811ns
|
Text '2024137T172207+02' could not be parsed at index 0
810ns
|
Text '2024137T172207+02' could not be parsed at index 2
826ns
|
Text '2024137T172207+02' could not be parsed at index 2
838ns
|
Text '2024137T172207+02' could not be parsed at index 2
845ns
|
Text '2024137T172207+02' could not be parsed at index 0
816ns
|
Text '2024137T172207+02' could not be parsed at index 0
818ns
|
Text '2024137T172207+02' could not be parsed at index 0
832ns
|
Text '2024137T172207+02' could not be parsed at index 0
817ns
|
Text '2024137T172207+02' could not be parsed at index 0
802ns
|
Text '2024137T172207+02' could not be parsed at index 0
808ns
|
Text '2024137T172207+02' could not be parsed at index 0
938ns
|
Text '2024137T172207+02' could not be parsed at index 7
1004ns
|
|
|
| 2024137T172207.5+02 |
Invalid format: "2024137T172207.5+02" is malformed at "2207.5+02"
1139ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
1088ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
971ns
|
Text '2024137T172207.5+02' could not be parsed at index 6
870ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
795ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
847ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
831ns
|
Text '2024137T172207.5+02' could not be parsed at index 2
850ns
|
Text '2024137T172207.5+02' could not be parsed at index 2
963ns
|
Text '2024137T172207.5+02' could not be parsed at index 2
853ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
815ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
828ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
839ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
855ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
943ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
818ns
|
Text '2024137T172207.5+02' could not be parsed at index 0
949ns
|
Text '2024137T172207.5+02' could not be parsed at index 7
1012ns
|
|
|
| 2024137T172207.53+02 |
Invalid format: "2024137T172207.53+02" is malformed at "2207.53+02"
1145ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
1088ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
980ns
|
Text '2024137T172207.53+02' could not be parsed at index 6
974ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
879ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
907ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
895ns
|
Text '2024137T172207.53+02' could not be parsed at index 2
860ns
|
Text '2024137T172207.53+02' could not be parsed at index 2
917ns
|
Text '2024137T172207.53+02' could not be parsed at index 2
913ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
811ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
832ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
1171ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
905ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
812ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
911ns
|
Text '2024137T172207.53+02' could not be parsed at index 0
957ns
|
Text '2024137T172207.53+02' could not be parsed at index 7
1085ns
|
|
|
| 2024137T172207,534+02 |
Invalid format: "2024137T172207,534+02" is malformed at "2207,534+02"
1179ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
1145ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
1015ns
|
Text '2024137T172207,534+02' could not be parsed at index 6
914ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
811ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
826ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
851ns
|
Text '2024137T172207,534+02' could not be parsed at index 2
834ns
|
Text '2024137T172207,534+02' could not be parsed at index 2
931ns
|
Text '2024137T172207,534+02' could not be parsed at index 2
883ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
872ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
828ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
837ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
848ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
826ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
845ns
|
Text '2024137T172207,534+02' could not be parsed at index 0
1007ns
|
Text '2024137T172207,534+02' could not be parsed at index 7
1060ns
|
|
|
| 2024137T172207.534+02 |
Invalid format: "2024137T172207.534+02" is malformed at "2207.534+02"
1333ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
1158ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
1025ns
|
Text '2024137T172207.534+02' could not be parsed at index 6
909ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
846ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
841ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
878ns
|
Text '2024137T172207.534+02' could not be parsed at index 2
849ns
|
Text '2024137T172207.534+02' could not be parsed at index 2
855ns
|
Text '2024137T172207.534+02' could not be parsed at index 2
876ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
831ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
844ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
840ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
848ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
831ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
830ns
|
Text '2024137T172207.534+02' could not be parsed at index 0
956ns
|
Text '2024137T172207.534+02' could not be parsed at index 7
1017ns
|
|
|
| 2024137T172207,534635+02 |
Invalid format: "2024137T172207,534635+02" is malformed at "2207,534635+02"
1200ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
1136ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
996ns
|
Text '2024137T172207,534635+02' could not be parsed at index 6
912ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
824ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
838ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
855ns
|
Text '2024137T172207,534635+02' could not be parsed at index 2
831ns
|
Text '2024137T172207,534635+02' could not be parsed at index 2
1006ns
|
Text '2024137T172207,534635+02' could not be parsed at index 2
1000ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
829ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
831ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
860ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
836ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
834ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
816ns
|
Text '2024137T172207,534635+02' could not be parsed at index 0
974ns
|
Text '2024137T172207,534635+02' could not be parsed at index 7
1033ns
|
|
|
| 2024137T172207.534635+02 |
Invalid format: "2024137T172207.534635+02" is malformed at "2207.534635+02"
1198ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
1109ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
1157ns
|
Text '2024137T172207.534635+02' could not be parsed at index 6
913ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
821ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
830ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
842ns
|
Text '2024137T172207.534635+02' could not be parsed at index 2
825ns
|
Text '2024137T172207.534635+02' could not be parsed at index 2
905ns
|
Text '2024137T172207.534635+02' could not be parsed at index 2
1095ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
823ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
825ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
850ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
843ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
830ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
840ns
|
Text '2024137T172207.534635+02' could not be parsed at index 0
983ns
|
Text '2024137T172207.534635+02' could not be parsed at index 7
1015ns
|
|
|
| 2024137T17+0200 |
Invalid format: "2024137T17+0200" is malformed at "+0200"
1319ns
|
Text '2024137T17+0200' could not be parsed at index 0
1198ns
|
Text '2024137T17+0200' could not be parsed at index 0
1168ns
|
Text '2024137T17+0200' could not be parsed at index 6
896ns
|
Text '2024137T17+0200' could not be parsed at index 0
806ns
|
Text '2024137T17+0200' could not be parsed at index 0
816ns
|
Text '2024137T17+0200' could not be parsed at index 0
835ns
|
Text '2024137T17+0200' could not be parsed at index 2
848ns
|
Text '2024137T17+0200' could not be parsed at index 2
899ns
|
Text '2024137T17+0200' could not be parsed at index 2
1063ns
|
Text '2024137T17+0200' could not be parsed at index 0
962ns
|
Text '2024137T17+0200' could not be parsed at index 0
977ns
|
Text '2024137T17+0200' could not be parsed at index 0
926ns
|
Text '2024137T17+0200' could not be parsed at index 0
827ns
|
Text '2024137T17+0200' could not be parsed at index 0
816ns
|
Text '2024137T17+0200' could not be parsed at index 0
804ns
|
Text '2024137T17+0200' could not be parsed at index 0
980ns
|
Text '2024137T17+0200' could not be parsed at index 7
1093ns
|
|
|
| 2024137T17,3+0200 |
Invalid format: "2024137T17,3+0200" is malformed at "+0200"
1190ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
1152ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
1037ns
|
Text '2024137T17,3+0200' could not be parsed at index 6
902ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
819ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
843ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
831ns
|
Text '2024137T17,3+0200' could not be parsed at index 2
824ns
|
Text '2024137T17,3+0200' could not be parsed at index 2
860ns
|
Text '2024137T17,3+0200' could not be parsed at index 2
880ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
860ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
875ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
880ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
872ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
855ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
856ns
|
Text '2024137T17,3+0200' could not be parsed at index 0
984ns
|
Text '2024137T17,3+0200' could not be parsed at index 7
1038ns
|
|
|
| 2024137T17.3+0200 |
Invalid format: "2024137T17.3+0200" is malformed at "+0200"
1230ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
1168ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
1034ns
|
Text '2024137T17.3+0200' could not be parsed at index 6
940ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
845ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
820ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
822ns
|
Text '2024137T17.3+0200' could not be parsed at index 2
821ns
|
Text '2024137T17.3+0200' could not be parsed at index 2
848ns
|
Text '2024137T17.3+0200' could not be parsed at index 2
883ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
817ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
819ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
833ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
813ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
824ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
866ns
|
Text '2024137T17.3+0200' could not be parsed at index 0
1048ns
|
Text '2024137T17.3+0200' could not be parsed at index 7
1405ns
|
|
|
| 2024137T1722+0200 |
Invalid format: "2024137T1722+0200" is malformed at "22+0200"
1382ns
|
Text '2024137T1722+0200' could not be parsed at index 0
1191ns
|
Text '2024137T1722+0200' could not be parsed at index 0
1034ns
|
Text '2024137T1722+0200' could not be parsed at index 6
876ns
|
Text '2024137T1722+0200' could not be parsed at index 0
798ns
|
Text '2024137T1722+0200' could not be parsed at index 0
812ns
|
Text '2024137T1722+0200' could not be parsed at index 0
811ns
|
Text '2024137T1722+0200' could not be parsed at index 2
830ns
|
Text '2024137T1722+0200' could not be parsed at index 2
844ns
|
Text '2024137T1722+0200' could not be parsed at index 2
852ns
|
Text '2024137T1722+0200' could not be parsed at index 0
810ns
|
Text '2024137T1722+0200' could not be parsed at index 0
825ns
|
Text '2024137T1722+0200' could not be parsed at index 0
863ns
|
Text '2024137T1722+0200' could not be parsed at index 0
851ns
|
Text '2024137T1722+0200' could not be parsed at index 0
850ns
|
Text '2024137T1722+0200' could not be parsed at index 0
908ns
|
Text '2024137T1722+0200' could not be parsed at index 0
998ns
|
Text '2024137T1722+0200' could not be parsed at index 7
1015ns
|
|
|
| 2024137T1722,1+0200 |
Invalid format: "2024137T1722,1+0200" is malformed at "22,1+0200"
1145ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
1098ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
973ns
|
Text '2024137T1722,1+0200' could not be parsed at index 6
875ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
801ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
808ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
823ns
|
Text '2024137T1722,1+0200' could not be parsed at index 2
831ns
|
Text '2024137T1722,1+0200' could not be parsed at index 2
839ns
|
Text '2024137T1722,1+0200' could not be parsed at index 2
847ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
812ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
820ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
831ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
814ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
807ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
794ns
|
Text '2024137T1722,1+0200' could not be parsed at index 0
938ns
|
Text '2024137T1722,1+0200' could not be parsed at index 7
1004ns
|
|
|
| 2024137T1722.1+0200 |
Invalid format: "2024137T1722.1+0200" is malformed at "22.1+0200"
1136ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
1097ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
968ns
|
Text '2024137T1722.1+0200' could not be parsed at index 6
872ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
797ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
808ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
810ns
|
Text '2024137T1722.1+0200' could not be parsed at index 2
816ns
|
Text '2024137T1722.1+0200' could not be parsed at index 2
840ns
|
Text '2024137T1722.1+0200' could not be parsed at index 2
849ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
808ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
820ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
830ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
818ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
814ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
806ns
|
Text '2024137T1722.1+0200' could not be parsed at index 0
936ns
|
Text '2024137T1722.1+0200' could not be parsed at index 7
996ns
|
|
|
| 2024137T172207+0200 |
Invalid format: "2024137T172207+0200" is malformed at "2207+0200"
1127ns
|
Text '2024137T172207+0200' could not be parsed at index 0
1085ns
|
Text '2024137T172207+0200' could not be parsed at index 0
967ns
|
Text '2024137T172207+0200' could not be parsed at index 6
872ns
|
Text '2024137T172207+0200' could not be parsed at index 0
791ns
|
Text '2024137T172207+0200' could not be parsed at index 0
806ns
|
Text '2024137T172207+0200' could not be parsed at index 0
813ns
|
Text '2024137T172207+0200' could not be parsed at index 2
812ns
|
Text '2024137T172207+0200' could not be parsed at index 2
835ns
|
Text '2024137T172207+0200' could not be parsed at index 2
845ns
|
Text '2024137T172207+0200' could not be parsed at index 0
804ns
|
Text '2024137T172207+0200' could not be parsed at index 0
814ns
|
Text '2024137T172207+0200' could not be parsed at index 0
829ns
|
Text '2024137T172207+0200' could not be parsed at index 0
821ns
|
Text '2024137T172207+0200' could not be parsed at index 0
808ns
|
Text '2024137T172207+0200' could not be parsed at index 0
797ns
|
Text '2024137T172207+0200' could not be parsed at index 0
937ns
|
Text '2024137T172207+0200' could not be parsed at index 7
994ns
|
|
|
| 2024137T172207.5+0200 |
Invalid format: "2024137T172207.5+0200" is malformed at "2207.5+0200"
1125ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
1087ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
962ns
|
Text '2024137T172207.5+0200' could not be parsed at index 6
870ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
791ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
801ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
814ns
|
Text '2024137T172207.5+0200' could not be parsed at index 2
808ns
|
Text '2024137T172207.5+0200' could not be parsed at index 2
834ns
|
Text '2024137T172207.5+0200' could not be parsed at index 2
842ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
806ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
814ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
830ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
811ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
801ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
792ns
|
Text '2024137T172207.5+0200' could not be parsed at index 0
936ns
|
Text '2024137T172207.5+0200' could not be parsed at index 7
989ns
|
|
|
| 2024137T172207.53+0200 |
Invalid format: "2024137T172207.53+0200" is malformed at "2207.53+0200"
1137ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
1087ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
961ns
|
Text '2024137T172207.53+0200' could not be parsed at index 6
863ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
779ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
800ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
813ns
|
Text '2024137T172207.53+0200' could not be parsed at index 2
814ns
|
Text '2024137T172207.53+0200' could not be parsed at index 2
837ns
|
Text '2024137T172207.53+0200' could not be parsed at index 2
842ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
803ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
819ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
820ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
806ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
802ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
791ns
|
Text '2024137T172207.53+0200' could not be parsed at index 0
937ns
|
Text '2024137T172207.53+0200' could not be parsed at index 7
987ns
|
|
|
| 2024137T172207,534+0200 |
Invalid format: "2024137T172207,534+0200" is malformed at "2207,534+0200"
1142ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
1088ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
963ns
|
Text '2024137T172207,534+0200' could not be parsed at index 6
871ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
781ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
801ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
808ns
|
Text '2024137T172207,534+0200' could not be parsed at index 2
810ns
|
Text '2024137T172207,534+0200' could not be parsed at index 2
837ns
|
Text '2024137T172207,534+0200' could not be parsed at index 2
831ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
800ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
818ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
815ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
810ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
801ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
789ns
|
Text '2024137T172207,534+0200' could not be parsed at index 0
931ns
|
Text '2024137T172207,534+0200' could not be parsed at index 7
991ns
|
|
|
| 2024137T172207.534+0200 |
Invalid format: "2024137T172207.534+0200" is malformed at "2207.534+0200"
1199ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
1143ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
1010ns
|
Text '2024137T172207.534+0200' could not be parsed at index 6
917ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
824ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
841ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
843ns
|
Text '2024137T172207.534+0200' could not be parsed at index 2
852ns
|
Text '2024137T172207.534+0200' could not be parsed at index 2
886ns
|
Text '2024137T172207.534+0200' could not be parsed at index 2
878ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
843ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
854ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
847ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
842ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
830ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
825ns
|
Text '2024137T172207.534+0200' could not be parsed at index 0
968ns
|
Text '2024137T172207.534+0200' could not be parsed at index 7
1026ns
|
|
|
| 2024137T172207,534635+0200 |
Invalid format: "2024137T172207,534635+0200" is malformed at "2207,534635+0200"
1191ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
1134ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
994ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 6
906ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
813ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
833ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
833ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 2
838ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 2
874ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 2
866ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
834ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
845ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
849ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
848ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
828ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
828ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 0
977ns
|
Text '2024137T172207,534635+0200' could not be parsed at index 7
1027ns
|
|
|
| 2024137T172207.534635+0200 |
Invalid format: "2024137T172207.534635+0200" is malformed at "2207.534635+0200"
1184ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
1120ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
991ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 6
901ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
811ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
835ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
831ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 2
834ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 2
867ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 2
868ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
831ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
839ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
843ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
844ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
822ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
818ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 0
965ns
|
Text '2024137T172207.534635+0200' could not be parsed at index 7
1020ns
|
|
|
| 2024-05-16T23:22:07+08 |
Invalid format: "2024-05-16T23:22:07+08" is malformed at "+08"
1366ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 19
1309ns
|
Text '2024-05-16T23:22:07+08' could not be parsed, unparsed text found at index 19
1390ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 4
865ns
|
Text '2024-05-16T23:22:07+08' could not be parsed, unparsed text found at index 10
898ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 10
934ns
|
Text '2024-05-16T23:22:07+08' could not be parsed, unparsed text found at index 10
1027ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 2
842ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 2
870ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 2
866ns
|
Text '2024-05-16T23:22:07+08' could not be parsed, unparsed text found at index 19
1223ns
|
745ns | 861ns |
Text '2024-05-16T23:22:07+08' could not be parsed, unparsed text found at index 19
1340ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 5
860ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 4
861ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 19
1159ns
|
Text '2024-05-16T23:22:07+08' could not be parsed at index 4
1020ns
|
|
|
| 2024-05-16T03-12 |
Invalid format: "2024-05-16T03-12" is malformed at "-12"
1200ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
1253ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
1124ns
|
Text '2024-05-16T03-12' could not be parsed at index 4
869ns
|
Text '2024-05-16T03-12' could not be parsed, unparsed text found at index 10
897ns
|
Text '2024-05-16T03-12' could not be parsed at index 10
934ns
|
Text '2024-05-16T03-12' could not be parsed, unparsed text found at index 10
1027ns
|
Text '2024-05-16T03-12' could not be parsed at index 2
836ns
|
Text '2024-05-16T03-12' could not be parsed at index 2
870ns
|
Text '2024-05-16T03-12' could not be parsed at index 2
863ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
958ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
963ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
972ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
969ns
|
Text '2024-05-16T03-12' could not be parsed at index 5
870ns
|
Text '2024-05-16T03-12' could not be parsed at index 4
867ns
|
Text '2024-05-16T03-12' could not be parsed at index 13
1085ns
|
Text '2024-05-16T03-12' could not be parsed at index 4
1022ns
|
|
|
| 2024-05-16T03-12:00 |
Invalid format: "2024-05-16T03-12:00" is malformed at "-12:00"
1189ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
1249ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
1120ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 4
861ns
|
Text '2024-05-16T03-12:00' could not be parsed, unparsed text found at index 10
896ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 10
932ns
|
Text '2024-05-16T03-12:00' could not be parsed, unparsed text found at index 10
1027ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 2
840ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 2
868ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 2
857ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
953ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
962ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
973ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
962ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 5
862ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 4
861ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 13
1087ns
|
Text '2024-05-16T03-12:00' could not be parsed at index 4
1023ns
|
|
|
| 2024-05-16T03:22-12 |
Invalid format: "2024-05-16T03:22-12" is malformed at "-12"
1280ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 16
1277ns
|
Text '2024-05-16T03:22-12' could not be parsed, unparsed text found at index 16
1243ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 4
867ns
|
Text '2024-05-16T03:22-12' could not be parsed, unparsed text found at index 10
885ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 10
931ns
|
Text '2024-05-16T03:22-12' could not be parsed, unparsed text found at index 10
1002ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 2
827ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 2
854ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 2
849ns
|
Text '2024-05-16T03:22-12' could not be parsed, unparsed text found at index 16
1064ns
|
diff 7
604ns
|
diff 7
704ns
|
Text '2024-05-16T03:22-12' could not be parsed, unparsed text found at index 16
1201ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 5
974ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 4
1102ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 16
1532ns
|
Text '2024-05-16T03:22-12' could not be parsed at index 4
1176ns
|
|
|
| 2024-05-16T03:22-12:00 |
Invalid format: "2024-05-16T03:22-12:00" is malformed at "-12:00"
1516ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 16
1331ns
|
Text '2024-05-16T03:22-12:00' could not be parsed, unparsed text found at index 16
1265ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 4
866ns
|
Text '2024-05-16T03:22-12:00' could not be parsed, unparsed text found at index 10
915ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 10
1052ns
|
Text '2024-05-16T03:22-12:00' could not be parsed, unparsed text found at index 10
1063ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 2
886ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 2
1005ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 2
900ns
|
Text '2024-05-16T03:22-12:00' could not be parsed, unparsed text found at index 16
1068ns
|
diff 7
650ns
|
diff 7
703ns
|
diff 7
766ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 5
844ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 4
848ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 16
1070ns
|
Text '2024-05-16T03:22-12:00' could not be parsed at index 4
982ns
|
|
|
| 17:22:07+02:00 |
Invalid format: "17:22:07+02:00" is malformed at ":22:07+02:00"
1011ns
|
Text '17:22:07+02:00' could not be parsed at index 0
1159ns
|
Text '17:22:07+02:00' could not be parsed at index 0
1013ns
|
Text '17:22:07+02:00' could not be parsed at index 0
850ns
|
Text '17:22:07+02:00' could not be parsed at index 0
838ns
|
Text '17:22:07+02:00' could not be parsed at index 0
826ns
|
Text '17:22:07+02:00' could not be parsed at index 0
809ns
|
Text '17:22:07+02:00' could not be parsed, unparsed text found at index 8
1039ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07 of type java.time.format.Parsed
2616ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07 of type java.time.format.Parsed
2560ns
|
Text '17:22:07+02:00' could not be parsed at index 0
834ns
|
Text '17:22:07+02:00' could not be parsed at index 0
850ns
|
Text '17:22:07+02:00' could not be parsed at index 0
933ns
|
Text '17:22:07+02:00' could not be parsed at index 0
1087ns
|
Text '17:22:07+02:00' could not be parsed at index 0
1088ns
|
Text '17:22:07+02:00' could not be parsed at index 0
1017ns
|
Text '17:22:07+02:00' could not be parsed at index 0
982ns
|
Text '17:22:07+02:00' could not be parsed at index 2
1031ns
|
|
|
| 17:22:07.5+02:00 |
Invalid format: "17:22:07.5+02:00" is malformed at ":22:07.5+02:00"
1204ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
1164ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
1135ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
815ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
848ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
827ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
817ns
|
Text '17:22:07.5+02:00' could not be parsed, unparsed text found at index 10
1114ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.500 of type java.time.format.Parsed
2569ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.500 of type java.time.format.Parsed
2761ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
858ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
867ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
890ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
853ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
835ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
807ns
|
Text '17:22:07.5+02:00' could not be parsed at index 0
951ns
|
Text '17:22:07.5+02:00' could not be parsed at index 2
991ns
|
|
|
| 17:22:07.53+02:00 |
Invalid format: "17:22:07.53+02:00" is malformed at ":22:07.53+02:00"
1014ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
1119ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
1026ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
874ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
1092ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
1122ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
1094ns
|
Text '17:22:07.53+02:00' could not be parsed, unparsed text found at index 11
1210ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.530 of type java.time.format.Parsed
2642ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.530 of type java.time.format.Parsed
2636ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
836ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
835ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
842ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
866ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
869ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
867ns
|
Text '17:22:07.53+02:00' could not be parsed at index 0
1106ns
|
Text '17:22:07.53+02:00' could not be parsed at index 2
1119ns
|
|
|
| 17:22:07.534+02:00 |
Invalid format: "17:22:07.534+02:00" is malformed at ":22:07.534+02:00"
1132ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
1489ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
1376ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
1158ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
896ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
814ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
810ns
|
Text '17:22:07.534+02:00' could not be parsed, unparsed text found at index 12
1112ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.534 of type java.time.format.Parsed
2502ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.534 of type java.time.format.Parsed
2601ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
885ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
1184ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
1000ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
911ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
811ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
922ns
|
Text '17:22:07.534+02:00' could not be parsed at index 0
1181ns
|
Text '17:22:07.534+02:00' could not be parsed at index 2
1025ns
|
|
|
| 17:22:07.534635+02:00 |
Invalid format: "17:22:07.534635+02:00" is malformed at ":22:07.534635+02:00"
1046ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
1101ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
971ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
809ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
796ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
808ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
807ns
|
Text '17:22:07.534635+02:00' could not be parsed, unparsed text found at index 15
1136ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.534635 of type java.time.format.Parsed
3081ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22:07.534635 of type java.time.format.Parsed
3091ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
1176ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
868ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
881ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
885ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
1087ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
998ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 0
998ns
|
Text '17:22:07.534635+02:00' could not be parsed at index 2
1012ns
|
|
|
| 15:22:07Z |
Invalid format: "15:22:07Z" is malformed at ":22:07Z"
1335ns
|
Text '15:22:07Z' could not be parsed at index 0
1215ns
|
Text '15:22:07Z' could not be parsed at index 0
1074ns
|
Text '15:22:07Z' could not be parsed at index 0
889ns
|
Text '15:22:07Z' could not be parsed at index 0
846ns
|
Text '15:22:07Z' could not be parsed at index 0
831ns
|
Text '15:22:07Z' could not be parsed at index 0
822ns
|
Text '15:22:07Z' could not be parsed, unparsed text found at index 8
1052ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07 of type java.time.format.Parsed
2454ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07 of type java.time.format.Parsed
2509ns
|
Text '15:22:07Z' could not be parsed at index 0
834ns
|
Text '15:22:07Z' could not be parsed at index 0
895ns
|
Text '15:22:07Z' could not be parsed at index 0
948ns
|
Text '15:22:07Z' could not be parsed at index 0
925ns
|
Text '15:22:07Z' could not be parsed at index 0
911ns
|
Text '15:22:07Z' could not be parsed at index 0
812ns
|
Text '15:22:07Z' could not be parsed at index 0
958ns
|
Text '15:22:07Z' could not be parsed at index 2
999ns
|
|
|
| 15:22:07.5Z |
Invalid format: "15:22:07.5Z" is malformed at ":22:07.5Z"
1026ns
|
Text '15:22:07.5Z' could not be parsed at index 0
1106ns
|
Text '15:22:07.5Z' could not be parsed at index 0
972ns
|
Text '15:22:07.5Z' could not be parsed at index 0
808ns
|
Text '15:22:07.5Z' could not be parsed at index 0
805ns
|
Text '15:22:07.5Z' could not be parsed at index 0
818ns
|
Text '15:22:07.5Z' could not be parsed at index 0
824ns
|
Text '15:22:07.5Z' could not be parsed, unparsed text found at index 10
1109ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.500 of type java.time.format.Parsed
2504ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.500 of type java.time.format.Parsed
2834ns
|
Text '15:22:07.5Z' could not be parsed at index 0
1029ns
|
Text '15:22:07.5Z' could not be parsed at index 0
952ns
|
Text '15:22:07.5Z' could not be parsed at index 0
831ns
|
Text '15:22:07.5Z' could not be parsed at index 0
833ns
|
Text '15:22:07.5Z' could not be parsed at index 0
815ns
|
Text '15:22:07.5Z' could not be parsed at index 0
808ns
|
Text '15:22:07.5Z' could not be parsed at index 0
953ns
|
Text '15:22:07.5Z' could not be parsed at index 2
1002ns
|
|
|
| 15:22:07.53Z |
Invalid format: "15:22:07.53Z" is malformed at ":22:07.53Z"
1024ns
|
Text '15:22:07.53Z' could not be parsed at index 0
1106ns
|
Text '15:22:07.53Z' could not be parsed at index 0
978ns
|
Text '15:22:07.53Z' could not be parsed at index 0
813ns
|
Text '15:22:07.53Z' could not be parsed at index 0
805ns
|
Text '15:22:07.53Z' could not be parsed at index 0
862ns
|
Text '15:22:07.53Z' could not be parsed at index 0
970ns
|
Text '15:22:07.53Z' could not be parsed, unparsed text found at index 11
1457ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.530 of type java.time.format.Parsed
3005ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.530 of type java.time.format.Parsed
2767ns
|
Text '15:22:07.53Z' could not be parsed at index 0
1150ns
|
Text '15:22:07.53Z' could not be parsed at index 0
909ns
|
Text '15:22:07.53Z' could not be parsed at index 0
899ns
|
Text '15:22:07.53Z' could not be parsed at index 0
941ns
|
Text '15:22:07.53Z' could not be parsed at index 0
1068ns
|
Text '15:22:07.53Z' could not be parsed at index 0
834ns
|
Text '15:22:07.53Z' could not be parsed at index 0
1011ns
|
Text '15:22:07.53Z' could not be parsed at index 2
1080ns
|
|
|
| 15:22:07.534Z |
Invalid format: "15:22:07.534Z" is malformed at ":22:07.534Z"
1218ns
|
Text '15:22:07.534Z' could not be parsed at index 0
1163ns
|
Text '15:22:07.534Z' could not be parsed at index 0
1052ns
|
Text '15:22:07.534Z' could not be parsed at index 0
881ns
|
Text '15:22:07.534Z' could not be parsed at index 0
800ns
|
Text '15:22:07.534Z' could not be parsed at index 0
850ns
|
Text '15:22:07.534Z' could not be parsed at index 0
813ns
|
Text '15:22:07.534Z' could not be parsed, unparsed text found at index 12
1117ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534 of type java.time.format.Parsed
2489ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534 of type java.time.format.Parsed
2613ns
|
Text '15:22:07.534Z' could not be parsed at index 0
868ns
|
Text '15:22:07.534Z' could not be parsed at index 0
893ns
|
Text '15:22:07.534Z' could not be parsed at index 0
887ns
|
Text '15:22:07.534Z' could not be parsed at index 0
981ns
|
Text '15:22:07.534Z' could not be parsed at index 0
1143ns
|
Text '15:22:07.534Z' could not be parsed at index 0
1112ns
|
Text '15:22:07.534Z' could not be parsed at index 0
1081ns
|
Text '15:22:07.534Z' could not be parsed at index 2
1148ns
|
|
|
| 15:22:07.534635Z |
Invalid format: "15:22:07.534635Z" is malformed at ":22:07.534635Z"
1040ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
1118ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
1008ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
857ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
890ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
891ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
863ns
|
Text '15:22:07.534635Z' could not be parsed, unparsed text found at index 15
1139ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534635 of type java.time.format.Parsed
2627ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534635 of type java.time.format.Parsed
2573ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
848ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
891ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
934ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
913ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
1264ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
927ns
|
Text '15:22:07.534635Z' could not be parsed at index 0
1165ns
|
Text '15:22:07.534635Z' could not be parsed at index 2
1292ns
|
|
|
| 15:22:07+00:00 |
Invalid format: "15:22:07+00:00" is malformed at ":22:07+00:00"
1123ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1418ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1057ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1015ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1040ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1063ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1220ns
|
Text '15:22:07+00:00' could not be parsed, unparsed text found at index 8
1298ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07 of type java.time.format.Parsed
3132ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07 of type java.time.format.Parsed
3069ns
|
Text '15:22:07+00:00' could not be parsed at index 0
1060ns
|
Text '15:22:07+00:00' could not be parsed at index 0
892ns
|
Text '15:22:07+00:00' could not be parsed at index 0
888ns
|
Text '15:22:07+00:00' could not be parsed at index 0
868ns
|
Text '15:22:07+00:00' could not be parsed at index 0
869ns
|
Text '15:22:07+00:00' could not be parsed at index 0
813ns
|
Text '15:22:07+00:00' could not be parsed at index 0
970ns
|
Text '15:22:07+00:00' could not be parsed at index 2
1024ns
|
|
|
| 15:22:07.5+00:00 |
Invalid format: "15:22:07.5+00:00" is malformed at ":22:07.5+00:00"
1035ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
1117ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
999ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
848ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
832ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
851ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
856ns
|
Text '15:22:07.5+00:00' could not be parsed, unparsed text found at index 10
1137ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.500 of type java.time.format.Parsed
2556ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.500 of type java.time.format.Parsed
2619ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
833ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
851ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
890ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
894ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
992ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
985ns
|
Text '15:22:07.5+00:00' could not be parsed at index 0
1000ns
|
Text '15:22:07.5+00:00' could not be parsed at index 2
1016ns
|
|
|
| 15:22:07.534+00:00 |
Invalid format: "15:22:07.534+00:00" is malformed at ":22:07.534+00:00"
1059ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
1118ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
988ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
828ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
808ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
829ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
836ns
|
Text '15:22:07.534+00:00' could not be parsed, unparsed text found at index 12
1134ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534 of type java.time.format.Parsed
2545ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534 of type java.time.format.Parsed
2626ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
835ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
839ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
850ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
838ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
856ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
1129ns
|
Text '15:22:07.534+00:00' could not be parsed at index 0
1194ns
|
Text '15:22:07.534+00:00' could not be parsed at index 2
1153ns
|
|
|
| 15:22:07.534635+00:00 |
Invalid format: "15:22:07.534635+00:00" is malformed at ":22:07.534635+00:00"
1040ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
1091ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
971ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
802ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
786ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
811ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
818ns
|
Text '15:22:07.534635+00:00' could not be parsed, unparsed text found at index 15
1313ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534635 of type java.time.format.Parsed
2826ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534635 of type java.time.format.Parsed
2591ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
809ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
827ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
825ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
816ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
807ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
799ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 0
951ns
|
Text '15:22:07.534635+00:00' could not be parsed at index 2
986ns
|
|
|
| 15:22:07-00:00 |
Invalid format: "15:22:07-00:00" is malformed at ":22:07-00:00"
1017ns
|
Text '15:22:07-00:00' could not be parsed at index 0
1097ns
|
Text '15:22:07-00:00' could not be parsed at index 0
1043ns
|
Text '15:22:07-00:00' could not be parsed at index 0
1092ns
|
Text '15:22:07-00:00' could not be parsed at index 0
1015ns
|
Text '15:22:07-00:00' could not be parsed at index 0
967ns
|
Text '15:22:07-00:00' could not be parsed at index 0
861ns
|
Text '15:22:07-00:00' could not be parsed, unparsed text found at index 8
1112ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07 of type java.time.format.Parsed
2631ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07 of type java.time.format.Parsed
2497ns
|
Text '15:22:07-00:00' could not be parsed at index 0
814ns
|
Text '15:22:07-00:00' could not be parsed at index 0
823ns
|
Text '15:22:07-00:00' could not be parsed at index 0
828ns
|
Text '15:22:07-00:00' could not be parsed at index 0
817ns
|
Text '15:22:07-00:00' could not be parsed at index 0
812ns
|
Text '15:22:07-00:00' could not be parsed at index 0
802ns
|
Text '15:22:07-00:00' could not be parsed at index 0
996ns
|
Text '15:22:07-00:00' could not be parsed at index 2
1136ns
|
|
|
| 15:22:07.5-00:00 |
Invalid format: "15:22:07.5-00:00" is malformed at ":22:07.5-00:00"
1010ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
1091ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
967ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
802ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
796ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
808ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
808ns
|
Text '15:22:07.5-00:00' could not be parsed, unparsed text found at index 10
1099ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.500 of type java.time.format.Parsed
2477ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.500 of type java.time.format.Parsed
2546ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
811ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
822ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
815ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
820ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
795ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
793ns
|
Text '15:22:07.5-00:00' could not be parsed at index 0
953ns
|
Text '15:22:07.5-00:00' could not be parsed at index 2
979ns
|
|
|
| 15:22:07.534-00:00 |
Invalid format: "15:22:07.534-00:00" is malformed at ":22:07.534-00:00"
1021ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
1087ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
954ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
802ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
781ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
800ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
809ns
|
Text '15:22:07.534-00:00' could not be parsed, unparsed text found at index 12
1090ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534 of type java.time.format.Parsed
2468ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534 of type java.time.format.Parsed
2531ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
818ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
852ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
1074ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
1080ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
993ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
880ns
|
Text '15:22:07.534-00:00' could not be parsed at index 0
1006ns
|
Text '15:22:07.534-00:00' could not be parsed at index 2
1067ns
|
|
|
| 15:22:07.534635-00:00 |
Invalid format: "15:22:07.534635-00:00" is malformed at ":22:07.534635-00:00"
1123ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1166ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1038ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
884ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
938ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1007ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1018ns
|
Text '15:22:07.534635-00:00' could not be parsed, unparsed text found at index 15
1260ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534635 of type java.time.format.Parsed
2695ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22:07.534635 of type java.time.format.Parsed
2774ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
872ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
950ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1145ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1103ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
941ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1109ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 0
1071ns
|
Text '15:22:07.534635-00:00' could not be parsed at index 2
1105ns
|
|
|
| 17 |
diff 63,346,551,335
431ns
|
Text '17' could not be parsed at index 0
1181ns
|
Text '17' could not be parsed at index 0
1035ns
|
Text '17' could not be parsed at index 0
855ns
|
Text '17' could not be parsed at index 0
836ns
|
Text '17' could not be parsed at index 0
873ns
|
Text '17' could not be parsed at index 0
863ns
|
Text '17' could not be parsed at index 2
898ns
|
Text '17' could not be parsed at index 2
928ns
|
Text '17' could not be parsed at index 2
920ns
|
Text '17' could not be parsed at index 0
883ns
|
Text '17' could not be parsed at index 0
869ns
|
Text '17' could not be parsed at index 0
872ns
|
Text '17' could not be parsed at index 0
868ns
|
Text '17' could not be parsed at index 0
843ns
|
Text '17' could not be parsed at index 0
840ns
|
Text '17' could not be parsed at index 0
995ns
|
Text '17' could not be parsed at index 2
1027ns
|
|
|
| 17,3 |
Invalid format: "17,3" is malformed at ",3"
1224ns
|
Text '17,3' could not be parsed at index 0
1172ns
|
Text '17,3' could not be parsed at index 0
1021ns
|
Text '17,3' could not be parsed at index 0
853ns
|
Text '17,3' could not be parsed at index 0
829ns
|
Text '17,3' could not be parsed at index 0
850ns
|
Text '17,3' could not be parsed at index 0
854ns
|
Text '17,3' could not be parsed at index 2
864ns
|
Text '17,3' could not be parsed at index 2
901ns
|
Text '17,3' could not be parsed at index 2
887ns
|
Text '17,3' could not be parsed at index 0
851ns
|
Text '17,3' could not be parsed at index 0
868ns
|
Text '17,3' could not be parsed at index 0
863ns
|
Text '17,3' could not be parsed at index 0
856ns
|
Text '17,3' could not be parsed at index 0
848ns
|
Text '17,3' could not be parsed at index 0
838ns
|
Text '17,3' could not be parsed at index 0
1007ns
|
Text '17,3' could not be parsed at index 2
1049ns
|
|
|
| 17.3 |
Invalid format: "17.3" is malformed at ".3"
1199ns
|
Text '17.3' could not be parsed at index 0
1166ns
|
Text '17.3' could not be parsed at index 0
1024ns
|
Text '17.3' could not be parsed at index 0
842ns
|
Text '17.3' could not be parsed at index 0
832ns
|
Text '17.3' could not be parsed at index 0
846ns
|
Text '17.3' could not be parsed at index 0
856ns
|
Text '17.3' could not be parsed at index 2
868ns
|
Text '17.3' could not be parsed at index 2
892ns
|
Text '17.3' could not be parsed at index 2
900ns
|
Text '17.3' could not be parsed at index 0
851ns
|
Text '17.3' could not be parsed at index 0
859ns
|
Text '17.3' could not be parsed at index 0
869ns
|
Text '17.3' could not be parsed at index 0
855ns
|
Text '17.3' could not be parsed at index 0
856ns
|
Text '17.3' could not be parsed at index 0
843ns
|
Text '17.3' could not be parsed at index 0
1003ns
|
Text '17.3' could not be parsed at index 2
1057ns
|
|
|
| 17:22 |
Invalid format: "17:22" is malformed at ":22"
1200ns
|
Text '17:22' could not be parsed at index 0
1155ns
|
Text '17:22' could not be parsed at index 0
1022ns
|
Text '17:22' could not be parsed at index 0
852ns
|
Text '17:22' could not be parsed at index 0
839ns
|
Text '17:22' could not be parsed at index 0
854ns
|
Text '17:22' could not be parsed at index 0
851ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22 of type java.time.format.Parsed
2256ns
|
Text '17:22' could not be parsed at index 5
1011ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22 of type java.time.format.Parsed
2349ns
|
Text '17:22' could not be parsed at index 0
852ns
|
Text '17:22' could not be parsed at index 0
871ns
|
Text '17:22' could not be parsed at index 0
865ns
|
Text '17:22' could not be parsed at index 0
861ns
|
Text '17:22' could not be parsed at index 0
854ns
|
Text '17:22' could not be parsed at index 0
845ns
|
Text '17:22' could not be parsed at index 0
1005ns
|
Text '17:22' could not be parsed at index 2
1055ns
|
|
|
| 17:22,1 |
Invalid format: "17:22,1" is malformed at ":22,1"
1208ns
|
Text '17:22,1' could not be parsed at index 0
1159ns
|
Text '17:22,1' could not be parsed at index 0
1020ns
|
Text '17:22,1' could not be parsed at index 0
848ns
|
Text '17:22,1' could not be parsed at index 0
828ns
|
Text '17:22,1' could not be parsed at index 0
850ns
|
Text '17:22,1' could not be parsed at index 0
856ns
|
Text '17:22,1' could not be parsed, unparsed text found at index 5
980ns
|
Text '17:22,1' could not be parsed at index 5
1024ns
|
Text '17:22,1' could not be parsed, unparsed text found at index 5
1083ns
|
Text '17:22,1' could not be parsed at index 0
860ns
|
Text '17:22,1' could not be parsed at index 0
859ns
|
Text '17:22,1' could not be parsed at index 0
862ns
|
Text '17:22,1' could not be parsed at index 0
869ns
|
Text '17:22,1' could not be parsed at index 0
850ns
|
Text '17:22,1' could not be parsed at index 0
841ns
|
Text '17:22,1' could not be parsed at index 0
1007ns
|
Text '17:22,1' could not be parsed at index 2
1053ns
|
|
|
| 17:22.1 |
Invalid format: "17:22.1" is malformed at ":22.1"
1204ns
|
Text '17:22.1' could not be parsed at index 0
1154ns
|
Text '17:22.1' could not be parsed at index 0
1021ns
|
Text '17:22.1' could not be parsed at index 0
846ns
|
Text '17:22.1' could not be parsed at index 0
821ns
|
Text '17:22.1' could not be parsed at index 0
845ns
|
Text '17:22.1' could not be parsed at index 0
850ns
|
Text '17:22.1' could not be parsed, unparsed text found at index 5
973ns
|
Text '17:22.1' could not be parsed at index 5
1020ns
|
Text '17:22.1' could not be parsed, unparsed text found at index 5
1076ns
|
Text '17:22.1' could not be parsed at index 0
852ns
|
Text '17:22.1' could not be parsed at index 0
851ns
|
Text '17:22.1' could not be parsed at index 0
857ns
|
Text '17:22.1' could not be parsed at index 0
860ns
|
Text '17:22.1' could not be parsed at index 0
839ns
|
Text '17:22.1' could not be parsed at index 0
838ns
|
Text '17:22.1' could not be parsed at index 0
1000ns
|
Text '17:22.1' could not be parsed at index 2
1065ns
|
|
|
| 17:22:07 |
Invalid format: "17:22:07" is malformed at ":22:07"
1235ns
|
Text '17:22:07' could not be parsed at index 0
1148ns
|
Text '17:22:07' could not be parsed at index 0
1018ns
|
Text '17:22:07' could not be parsed at index 0
849ns
|
Text '17:22:07' could not be parsed at index 0
829ns
|
Text '17:22:07' could not be parsed at index 0
855ns
|
Text '17:22:07' could not be parsed at index 0
843ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07 of type java.time.format.Parsed
2377ns
|
Text '17:22:07' could not be parsed at index 8
1142ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07 of type java.time.format.Parsed
2465ns
|
Text '17:22:07' could not be parsed at index 0
846ns
|
Text '17:22:07' could not be parsed at index 0
863ns
|
Text '17:22:07' could not be parsed at index 0
860ns
|
Text '17:22:07' could not be parsed at index 0
853ns
|
Text '17:22:07' could not be parsed at index 0
850ns
|
Text '17:22:07' could not be parsed at index 0
833ns
|
Text '17:22:07' could not be parsed at index 0
999ns
|
Text '17:22:07' could not be parsed at index 2
1054ns
|
|
|
| 17:22:07.5 |
Invalid format: "17:22:07.5" is malformed at ":22:07.5"
1200ns
|
Text '17:22:07.5' could not be parsed at index 0
1155ns
|
Text '17:22:07.5' could not be parsed at index 0
1012ns
|
Text '17:22:07.5' could not be parsed at index 0
844ns
|
Text '17:22:07.5' could not be parsed at index 0
829ns
|
Text '17:22:07.5' could not be parsed at index 0
844ns
|
Text '17:22:07.5' could not be parsed at index 0
845ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.500 of type java.time.format.Parsed
2414ns
|
Text '17:22:07.5' could not be parsed at index 10
1194ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.500 of type java.time.format.Parsed
2531ns
|
Text '17:22:07.5' could not be parsed at index 0
848ns
|
Text '17:22:07.5' could not be parsed at index 0
865ns
|
Text '17:22:07.5' could not be parsed at index 0
859ns
|
Text '17:22:07.5' could not be parsed at index 0
853ns
|
Text '17:22:07.5' could not be parsed at index 0
846ns
|
Text '17:22:07.5' could not be parsed at index 0
834ns
|
Text '17:22:07.5' could not be parsed at index 0
995ns
|
Text '17:22:07.5' could not be parsed at index 2
1043ns
|
|
|
| 17:22:07.53 |
Invalid format: "17:22:07.53" is malformed at ":22:07.53"
1192ns
|
Text '17:22:07.53' could not be parsed at index 0
1148ns
|
Text '17:22:07.53' could not be parsed at index 0
1009ns
|
Text '17:22:07.53' could not be parsed at index 0
845ns
|
Text '17:22:07.53' could not be parsed at index 0
832ns
|
Text '17:22:07.53' could not be parsed at index 0
844ns
|
Text '17:22:07.53' could not be parsed at index 0
855ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.530 of type java.time.format.Parsed
2410ns
|
Text '17:22:07.53' could not be parsed at index 11
1198ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.530 of type java.time.format.Parsed
2516ns
|
Text '17:22:07.53' could not be parsed at index 0
848ns
|
Text '17:22:07.53' could not be parsed at index 0
873ns
|
Text '17:22:07.53' could not be parsed at index 0
858ns
|
Text '17:22:07.53' could not be parsed at index 0
855ns
|
Text '17:22:07.53' could not be parsed at index 0
845ns
|
Text '17:22:07.53' could not be parsed at index 0
838ns
|
Text '17:22:07.53' could not be parsed at index 0
994ns
|
Text '17:22:07.53' could not be parsed at index 2
1042ns
|
|
|
| 17:22:07,534 |
Invalid format: "17:22:07,534" is malformed at ":22:07,534"
1198ns
|
Text '17:22:07,534' could not be parsed at index 0
1156ns
|
Text '17:22:07,534' could not be parsed at index 0
1011ns
|
Text '17:22:07,534' could not be parsed at index 0
853ns
|
Text '17:22:07,534' could not be parsed at index 0
821ns
|
Text '17:22:07,534' could not be parsed at index 0
846ns
|
Text '17:22:07,534' could not be parsed at index 0
853ns
|
Text '17:22:07,534' could not be parsed, unparsed text found at index 8
1087ns
|
Text '17:22:07,534' could not be parsed at index 8
1134ns
|
Text '17:22:07,534' could not be parsed, unparsed text found at index 8
1181ns
|
Text '17:22:07,534' could not be parsed at index 0
856ns
|
Text '17:22:07,534' could not be parsed at index 0
855ns
|
Text '17:22:07,534' could not be parsed at index 0
870ns
|
Text '17:22:07,534' could not be parsed at index 0
856ns
|
Text '17:22:07,534' could not be parsed at index 0
843ns
|
Text '17:22:07,534' could not be parsed at index 0
844ns
|
Text '17:22:07,534' could not be parsed at index 0
985ns
|
Text '17:22:07,534' could not be parsed at index 2
1051ns
|
|
|
| 17:22:07.534 |
Invalid format: "17:22:07.534" is malformed at ":22:07.534"
1204ns
|
Text '17:22:07.534' could not be parsed at index 0
1139ns
|
Text '17:22:07.534' could not be parsed at index 0
1016ns
|
Text '17:22:07.534' could not be parsed at index 0
839ns
|
Text '17:22:07.534' could not be parsed at index 0
825ns
|
Text '17:22:07.534' could not be parsed at index 0
852ns
|
Text '17:22:07.534' could not be parsed at index 0
843ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.534 of type java.time.format.Parsed
2424ns
|
Text '17:22:07.534' could not be parsed at index 12
1197ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.534 of type java.time.format.Parsed
2523ns
|
Text '17:22:07.534' could not be parsed at index 0
846ns
|
Text '17:22:07.534' could not be parsed at index 0
866ns
|
Text '17:22:07.534' could not be parsed at index 0
873ns
|
Text '17:22:07.534' could not be parsed at index 0
856ns
|
Text '17:22:07.534' could not be parsed at index 0
841ns
|
Text '17:22:07.534' could not be parsed at index 0
843ns
|
Text '17:22:07.534' could not be parsed at index 0
984ns
|
Text '17:22:07.534' could not be parsed at index 2
1047ns
|
|
|
| 17:22:07,534635 |
Invalid format: "17:22:07,534635" is malformed at ":22:07,534635"
1199ns
|
Text '17:22:07,534635' could not be parsed at index 0
1133ns
|
Text '17:22:07,534635' could not be parsed at index 0
1016ns
|
Text '17:22:07,534635' could not be parsed at index 0
837ns
|
Text '17:22:07,534635' could not be parsed at index 0
820ns
|
Text '17:22:07,534635' could not be parsed at index 0
848ns
|
Text '17:22:07,534635' could not be parsed at index 0
844ns
|
Text '17:22:07,534635' could not be parsed, unparsed text found at index 8
1094ns
|
Text '17:22:07,534635' could not be parsed at index 8
1117ns
|
Text '17:22:07,534635' could not be parsed, unparsed text found at index 8
1187ns
|
Text '17:22:07,534635' could not be parsed at index 0
844ns
|
Text '17:22:07,534635' could not be parsed at index 0
860ns
|
Text '17:22:07,534635' could not be parsed at index 0
859ns
|
Text '17:22:07,534635' could not be parsed at index 0
859ns
|
Text '17:22:07,534635' could not be parsed at index 0
835ns
|
Text '17:22:07,534635' could not be parsed at index 0
833ns
|
Text '17:22:07,534635' could not be parsed at index 0
989ns
|
Text '17:22:07,534635' could not be parsed at index 2
1040ns
|
|
|
| 17:22:07.534635 |
Invalid format: "17:22:07.534635" is malformed at ":22:07.534635"
1192ns
|
Text '17:22:07.534635' could not be parsed at index 0
1149ns
|
Text '17:22:07.534635' could not be parsed at index 0
1006ns
|
Text '17:22:07.534635' could not be parsed at index 0
842ns
|
Text '17:22:07.534635' could not be parsed at index 0
821ns
|
Text '17:22:07.534635' could not be parsed at index 0
844ns
|
Text '17:22:07.534635' could not be parsed at index 0
849ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.534635 of type java.time.format.Parsed
2425ns
|
Text '17:22:07.534635' could not be parsed at index 15
1191ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 17:22:07.534635 of type java.time.format.Parsed
2541ns
|
Text '17:22:07.534635' could not be parsed at index 0
843ns
|
Text '17:22:07.534635' could not be parsed at index 0
855ns
|
Text '17:22:07.534635' could not be parsed at index 0
858ns
|
Text '17:22:07.534635' could not be parsed at index 0
863ns
|
Text '17:22:07.534635' could not be parsed at index 0
840ns
|
Text '17:22:07.534635' could not be parsed at index 0
839ns
|
Text '17:22:07.534635' could not be parsed at index 0
991ns
|
Text '17:22:07.534635' could not be parsed at index 2
1034ns
|
|
|
| 15Z |
Invalid format: "15Z" is malformed at "Z"
1186ns
|
Text '15Z' could not be parsed at index 0
1130ns
|
Text '15Z' could not be parsed at index 0
985ns
|
Text '15Z' could not be parsed at index 0
827ns
|
Text '15Z' could not be parsed at index 0
807ns
|
Text '15Z' could not be parsed at index 0
826ns
|
Text '15Z' could not be parsed at index 0
832ns
|
Text '15Z' could not be parsed at index 2
849ns
|
Text '15Z' could not be parsed at index 2
884ns
|
Text '15Z' could not be parsed at index 2
874ns
|
Text '15Z' could not be parsed at index 0
827ns
|
Text '15Z' could not be parsed at index 0
844ns
|
Text '15Z' could not be parsed at index 0
845ns
|
Text '15Z' could not be parsed at index 0
840ns
|
Text '15Z' could not be parsed at index 0
834ns
|
Text '15Z' could not be parsed at index 0
819ns
|
Text '15Z' could not be parsed at index 0
983ns
|
Text '15Z' could not be parsed at index 2
1031ns
|
|
|
| 15,3Z |
Invalid format: "15,3Z" is malformed at ",3Z"
1194ns
|
Text '15,3Z' could not be parsed at index 0
1143ns
|
Text '15,3Z' could not be parsed at index 0
1009ns
|
Text '15,3Z' could not be parsed at index 0
835ns
|
Text '15,3Z' could not be parsed at index 0
824ns
|
Text '15,3Z' could not be parsed at index 0
835ns
|
Text '15,3Z' could not be parsed at index 0
848ns
|
Text '15,3Z' could not be parsed at index 2
853ns
|
Text '15,3Z' could not be parsed at index 2
883ns
|
Text '15,3Z' could not be parsed at index 2
890ns
|
Text '15,3Z' could not be parsed at index 0
837ns
|
Text '15,3Z' could not be parsed at index 0
846ns
|
Text '15,3Z' could not be parsed at index 0
861ns
|
Text '15,3Z' could not be parsed at index 0
847ns
|
Text '15,3Z' could not be parsed at index 0
842ns
|
Text '15,3Z' could not be parsed at index 0
827ns
|
Text '15,3Z' could not be parsed at index 0
979ns
|
Text '15,3Z' could not be parsed at index 2
1037ns
|
|
|
| 15.3Z |
Invalid format: "15.3Z" is malformed at ".3Z"
1198ns
|
Text '15.3Z' could not be parsed at index 0
1148ns
|
Text '15.3Z' could not be parsed at index 0
1006ns
|
Text '15.3Z' could not be parsed at index 0
830ns
|
Text '15.3Z' could not be parsed at index 0
824ns
|
Text '15.3Z' could not be parsed at index 0
836ns
|
Text '15.3Z' could not be parsed at index 0
832ns
|
Text '15.3Z' could not be parsed at index 2
857ns
|
Text '15.3Z' could not be parsed at index 2
874ns
|
Text '15.3Z' could not be parsed at index 2
885ns
|
Text '15.3Z' could not be parsed at index 0
838ns
|
Text '15.3Z' could not be parsed at index 0
845ns
|
Text '15.3Z' could not be parsed at index 0
860ns
|
Text '15.3Z' could not be parsed at index 0
846ns
|
Text '15.3Z' could not be parsed at index 0
832ns
|
Text '15.3Z' could not be parsed at index 0
837ns
|
Text '15.3Z' could not be parsed at index 0
981ns
|
Text '15.3Z' could not be parsed at index 2
1047ns
|
|
|
| 15:22Z |
Invalid format: "15:22Z" is malformed at ":22Z"
1199ns
|
Text '15:22Z' could not be parsed at index 0
1126ns
|
Text '15:22Z' could not be parsed at index 0
1003ns
|
Text '15:22Z' could not be parsed at index 0
833ns
|
Text '15:22Z' could not be parsed at index 0
815ns
|
Text '15:22Z' could not be parsed at index 0
841ns
|
Text '15:22Z' could not be parsed at index 0
833ns
|
Text '15:22Z' could not be parsed, unparsed text found at index 5
972ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22 of type java.time.format.Parsed
2397ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=0},ISO resolved to 15:22 of type java.time.format.Parsed
2471ns
|
Text '15:22Z' could not be parsed at index 0
834ns
|
Text '15:22Z' could not be parsed at index 0
851ns
|
Text '15:22Z' could not be parsed at index 0
852ns
|
Text '15:22Z' could not be parsed at index 0
846ns
|
Text '15:22Z' could not be parsed at index 0
839ns
|
Text '15:22Z' could not be parsed at index 0
825ns
|
Text '15:22Z' could not be parsed at index 0
987ns
|
Text '15:22Z' could not be parsed at index 2
1033ns
|
|
|
| 15:22,1Z |
Invalid format: "15:22,1Z" is malformed at ":22,1Z"
1190ns
|
Text '15:22,1Z' could not be parsed at index 0
1142ns
|
Text '15:22,1Z' could not be parsed at index 0
1009ns
|
Text '15:22,1Z' could not be parsed at index 0
848ns
|
Text '15:22,1Z' could not be parsed at index 0
819ns
|
Text '15:22,1Z' could not be parsed at index 0
837ns
|
Text '15:22,1Z' could not be parsed at index 0
843ns
|
Text '15:22,1Z' could not be parsed, unparsed text found at index 5
962ns
|
Text '15:22,1Z' could not be parsed at index 5
1008ns
|
Text '15:22,1Z' could not be parsed, unparsed text found at index 5
1055ns
|
Text '15:22,1Z' could not be parsed at index 0
843ns
|
Text '15:22,1Z' could not be parsed at index 0
849ns
|
Text '15:22,1Z' could not be parsed at index 0
854ns
|
Text '15:22,1Z' could not be parsed at index 0
856ns
|
Text '15:22,1Z' could not be parsed at index 0
831ns
|
Text '15:22,1Z' could not be parsed at index 0
829ns
|
Text '15:22,1Z' could not be parsed at index 0
987ns
|
Text '15:22,1Z' could not be parsed at index 2
1041ns
|
|
|
| 15:22.1Z |
Invalid format: "15:22.1Z" is malformed at ":22.1Z"
1189ns
|
Text '15:22.1Z' could not be parsed at index 0
1146ns
|
Text '15:22.1Z' could not be parsed at index 0
1002ns
|
Text '15:22.1Z' could not be parsed at index 0
837ns
|
Text '15:22.1Z' could not be parsed at index 0
820ns
|
Text '15:22.1Z' could not be parsed at index 0
838ns
|
Text '15:22.1Z' could not be parsed at index 0
843ns
|
Text '15:22.1Z' could not be parsed, unparsed text found at index 5
958ns
|
Text '15:22.1Z' could not be parsed at index 5
1009ns
|
Text '15:22.1Z' could not be parsed, unparsed text found at index 5
1065ns
|
Text '15:22.1Z' could not be parsed at index 0
845ns
|
Text '15:22.1Z' could not be parsed at index 0
845ns
|
Text '15:22.1Z' could not be parsed at index 0
855ns
|
Text '15:22.1Z' could not be parsed at index 0
854ns
|
Text '15:22.1Z' could not be parsed at index 0
833ns
|
Text '15:22.1Z' could not be parsed at index 0
832ns
|
Text '15:22.1Z' could not be parsed at index 0
988ns
|
Text '15:22.1Z' could not be parsed at index 2
1037ns
|
|
|
| 15:22:07,534Z |
Invalid format: "15:22:07,534Z" is malformed at ":22:07,534Z"
1199ns
|
Text '15:22:07,534Z' could not be parsed at index 0
1133ns
|
Text '15:22:07,534Z' could not be parsed at index 0
1002ns
|
Text '15:22:07,534Z' could not be parsed at index 0
839ns
|
Text '15:22:07,534Z' could not be parsed at index 0
821ns
|
Text '15:22:07,534Z' could not be parsed at index 0
851ns
|
Text '15:22:07,534Z' could not be parsed at index 0
841ns
|
Text '15:22:07,534Z' could not be parsed, unparsed text found at index 8
1077ns
|
Text '15:22:07,534Z' could not be parsed at index 8
1120ns
|
Text '15:22:07,534Z' could not be parsed, unparsed text found at index 8
1194ns
|
Text '15:22:07,534Z' could not be parsed at index 0
842ns
|
Text '15:22:07,534Z' could not be parsed at index 0
851ns
|
Text '15:22:07,534Z' could not be parsed at index 0
858ns
|
Text '15:22:07,534Z' could not be parsed at index 0
848ns
|
Text '15:22:07,534Z' could not be parsed at index 0
841ns
|
Text '15:22:07,534Z' could not be parsed at index 0
832ns
|
Text '15:22:07,534Z' could not be parsed at index 0
986ns
|
Text '15:22:07,534Z' could not be parsed at index 2
1038ns
|
|
|
| 15:22:07,534635Z |
Invalid format: "15:22:07,534635Z" is malformed at ":22:07,534635Z"
1184ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
1135ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
1012ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
832ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
826ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
838ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
840ns
|
Text '15:22:07,534635Z' could not be parsed, unparsed text found at index 8
1087ns
|
Text '15:22:07,534635Z' could not be parsed at index 8
1123ns
|
Text '15:22:07,534635Z' could not be parsed, unparsed text found at index 8
1181ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
850ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
851ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
860ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
854ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
834ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
834ns
|
Text '15:22:07,534635Z' could not be parsed at index 0
988ns
|
Text '15:22:07,534635Z' could not be parsed at index 2
1048ns
|
|
|
| 17+02 |
Invalid format: "17+02" is malformed at "+02"
1204ns
|
Text '17+02' could not be parsed at index 0
1129ns
|
Text '17+02' could not be parsed at index 0
1007ns
|
Text '17+02' could not be parsed at index 0
834ns
|
Text '17+02' could not be parsed at index 0
822ns
|
Text '17+02' could not be parsed at index 0
845ns
|
Text '17+02' could not be parsed at index 0
833ns
|
Text '17+02' could not be parsed at index 2
852ns
|
Text '17+02' could not be parsed at index 2
881ns
|
Text '17+02' could not be parsed at index 2
873ns
|
Text '17+02' could not be parsed at index 0
834ns
|
Text '17+02' could not be parsed at index 0
855ns
|
Text '17+02' could not be parsed at index 0
850ns
|
Text '17+02' could not be parsed at index 0
859ns
|
Text '17+02' could not be parsed at index 0
831ns
|
Text '17+02' could not be parsed at index 0
831ns
|
Text '17+02' could not be parsed at index 0
1007ns
|
Text '17+02' could not be parsed at index 2
1034ns
|
|
|
| 17,3+02 |
Invalid format: "17,3+02" is malformed at ",3+02"
1186ns
|
Text '17,3+02' could not be parsed at index 0
1142ns
|
Text '17,3+02' could not be parsed at index 0
999ns
|
Text '17,3+02' could not be parsed at index 0
837ns
|
Text '17,3+02' could not be parsed at index 0
818ns
|
Text '17,3+02' could not be parsed at index 0
834ns
|
Text '17,3+02' could not be parsed at index 0
839ns
|
Text '17,3+02' could not be parsed at index 2
848ns
|
Text '17,3+02' could not be parsed at index 2
875ns
|
Text '17,3+02' could not be parsed at index 2
873ns
|
Text '17,3+02' could not be parsed at index 0
832ns
|
Text '17,3+02' could not be parsed at index 0
850ns
|
Text '17,3+02' could not be parsed at index 0
847ns
|
Text '17,3+02' could not be parsed at index 0
846ns
|
Text '17,3+02' could not be parsed at index 0
838ns
|
Text '17,3+02' could not be parsed at index 0
828ns
|
Text '17,3+02' could not be parsed at index 0
985ns
|
Text '17,3+02' could not be parsed at index 2
1095ns
|
|
|
| 17.3+02 |
Invalid format: "17.3+02" is malformed at ".3+02"
1188ns
|
Text '17.3+02' could not be parsed at index 0
1136ns
|
Text '17.3+02' could not be parsed at index 0
1007ns
|
Text '17.3+02' could not be parsed at index 0
832ns
|
Text '17.3+02' could not be parsed at index 0
819ns
|
Text '17.3+02' could not be parsed at index 0
837ns
|
Text '17.3+02' could not be parsed at index 0
849ns
|
Text '17.3+02' could not be parsed at index 2
856ns
|
Text '17.3+02' could not be parsed at index 2
879ns
|
Text '17.3+02' could not be parsed at index 2
882ns
|
Text '17.3+02' could not be parsed at index 0
838ns
|
Text '17.3+02' could not be parsed at index 0
846ns
|
Text '17.3+02' could not be parsed at index 0
857ns
|
Text '17.3+02' could not be parsed at index 0
845ns
|
Text '17.3+02' could not be parsed at index 0
847ns
|
Text '17.3+02' could not be parsed at index 0
829ns
|
Text '17.3+02' could not be parsed at index 0
979ns
|
Text '17.3+02' could not be parsed at index 2
1042ns
|
|
|
| 17:22+02 |
Invalid format: "17:22+02" is malformed at ":22+02"
1192ns
|
Text '17:22+02' could not be parsed at index 0
1124ns
|
Text '17:22+02' could not be parsed at index 0
1002ns
|
Text '17:22+02' could not be parsed at index 0
832ns
|
Text '17:22+02' could not be parsed at index 0
825ns
|
Text '17:22+02' could not be parsed at index 0
835ns
|
Text '17:22+02' could not be parsed at index 0
840ns
|
Text '17:22+02' could not be parsed, unparsed text found at index 5
970ns
|
Text '17:22+02' could not be parsed at index 5
1011ns
|
Text '17:22+02' could not be parsed, unparsed text found at index 5
1068ns
|
Text '17:22+02' could not be parsed at index 0
839ns
|
Text '17:22+02' could not be parsed at index 0
855ns
|
Text '17:22+02' could not be parsed at index 0
852ns
|
Text '17:22+02' could not be parsed at index 0
850ns
|
Text '17:22+02' could not be parsed at index 0
843ns
|
Text '17:22+02' could not be parsed at index 0
829ns
|
Text '17:22+02' could not be parsed at index 0
984ns
|
Text '17:22+02' could not be parsed at index 2
1043ns
|
|
|
| 17:22,1+02 |
Invalid format: "17:22,1+02" is malformed at ":22,1+02"
1201ns
|
Text '17:22,1+02' could not be parsed at index 0
1144ns
|
Text '17:22,1+02' could not be parsed at index 0
1003ns
|
Text '17:22,1+02' could not be parsed at index 0
834ns
|
Text '17:22,1+02' could not be parsed at index 0
824ns
|
Text '17:22,1+02' could not be parsed at index 0
836ns
|
Text '17:22,1+02' could not be parsed at index 0
835ns
|
Text '17:22,1+02' could not be parsed, unparsed text found at index 5
968ns
|
Text '17:22,1+02' could not be parsed at index 5
1024ns
|
Text '17:22,1+02' could not be parsed, unparsed text found at index 5
1079ns
|
Text '17:22,1+02' could not be parsed at index 0
837ns
|
Text '17:22,1+02' could not be parsed at index 0
853ns
|
Text '17:22,1+02' could not be parsed at index 0
851ns
|
Text '17:22,1+02' could not be parsed at index 0
843ns
|
Text '17:22,1+02' could not be parsed at index 0
836ns
|
Text '17:22,1+02' could not be parsed at index 0
831ns
|
Text '17:22,1+02' could not be parsed at index 0
987ns
|
Text '17:22,1+02' could not be parsed at index 2
1036ns
|
|
|
| 17:22.1+02 |
Invalid format: "17:22.1+02" is malformed at ":22.1+02"
1191ns
|
Text '17:22.1+02' could not be parsed at index 0
1142ns
|
Text '17:22.1+02' could not be parsed at index 0
1000ns
|
Text '17:22.1+02' could not be parsed at index 0
840ns
|
Text '17:22.1+02' could not be parsed at index 0
816ns
|
Text '17:22.1+02' could not be parsed at index 0
836ns
|
Text '17:22.1+02' could not be parsed at index 0
845ns
|
Text '17:22.1+02' could not be parsed, unparsed text found at index 5
962ns
|
Text '17:22.1+02' could not be parsed at index 5
1015ns
|
Text '17:22.1+02' could not be parsed, unparsed text found at index 5
1062ns
|
Text '17:22.1+02' could not be parsed at index 0
844ns
|
Text '17:22.1+02' could not be parsed at index 0
846ns
|
Text '17:22.1+02' could not be parsed at index 0
849ns
|
Text '17:22.1+02' could not be parsed at index 0
856ns
|
Text '17:22.1+02' could not be parsed at index 0
834ns
|
Text '17:22.1+02' could not be parsed at index 0
832ns
|
Text '17:22.1+02' could not be parsed at index 0
985ns
|
Text '17:22.1+02' could not be parsed at index 2
1034ns
|
|
|
| 17:22:07+02 |
Invalid format: "17:22:07+02" is malformed at ":22:07+02"
1181ns
|
Text '17:22:07+02' could not be parsed at index 0
1138ns
|
Text '17:22:07+02' could not be parsed at index 0
1003ns
|
Text '17:22:07+02' could not be parsed at index 0
838ns
|
Text '17:22:07+02' could not be parsed at index 0
815ns
|
Text '17:22:07+02' could not be parsed at index 0
840ns
|
Text '17:22:07+02' could not be parsed at index 0
847ns
|
Text '17:22:07+02' could not be parsed, unparsed text found at index 8
1077ns
|
Text '17:22:07+02' could not be parsed at index 8
1133ns
|
Text '17:22:07+02' could not be parsed, unparsed text found at index 8
1200ns
|
Text '17:22:07+02' could not be parsed at index 0
857ns
|
Text '17:22:07+02' could not be parsed at index 0
853ns
|
Text '17:22:07+02' could not be parsed at index 0
867ns
|
Text '17:22:07+02' could not be parsed at index 0
850ns
|
Text '17:22:07+02' could not be parsed at index 0
835ns
|
Text '17:22:07+02' could not be parsed at index 0
839ns
|
Text '17:22:07+02' could not be parsed at index 0
975ns
|
Text '17:22:07+02' could not be parsed at index 2
1044ns
|
|
|
| 17:22:07.5+02 |
Invalid format: "17:22:07.5+02" is malformed at ":22:07.5+02"
1189ns
|
Text '17:22:07.5+02' could not be parsed at index 0
1127ns
|
Text '17:22:07.5+02' could not be parsed at index 0
1009ns
|
Text '17:22:07.5+02' could not be parsed at index 0
834ns
|
Text '17:22:07.5+02' could not be parsed at index 0
826ns
|
Text '17:22:07.5+02' could not be parsed at index 0
838ns
|
Text '17:22:07.5+02' could not be parsed at index 0
837ns
|
Text '17:22:07.5+02' could not be parsed, unparsed text found at index 10
1154ns
|
Text '17:22:07.5+02' could not be parsed at index 10
1197ns
|
Text '17:22:07.5+02' could not be parsed, unparsed text found at index 10
1265ns
|
Text '17:22:07.5+02' could not be parsed at index 0
840ns
|
Text '17:22:07.5+02' could not be parsed at index 0
849ns
|
Text '17:22:07.5+02' could not be parsed at index 0
864ns
|
Text '17:22:07.5+02' could not be parsed at index 0
846ns
|
Text '17:22:07.5+02' could not be parsed at index 0
832ns
|
Text '17:22:07.5+02' could not be parsed at index 0
837ns
|
Text '17:22:07.5+02' could not be parsed at index 0
974ns
|
Text '17:22:07.5+02' could not be parsed at index 2
1046ns
|
|
|
| 17:22:07.53+02 |
Invalid format: "17:22:07.53+02" is malformed at ":22:07.53+02"
1195ns
|
Text '17:22:07.53+02' could not be parsed at index 0
1130ns
|
Text '17:22:07.53+02' could not be parsed at index 0
1014ns
|
Text '17:22:07.53+02' could not be parsed at index 0
831ns
|
Text '17:22:07.53+02' could not be parsed at index 0
823ns
|
Text '17:22:07.53+02' could not be parsed at index 0
850ns
|
Text '17:22:07.53+02' could not be parsed at index 0
837ns
|
Text '17:22:07.53+02' could not be parsed, unparsed text found at index 11
1155ns
|
Text '17:22:07.53+02' could not be parsed at index 11
1203ns
|
Text '17:22:07.53+02' could not be parsed, unparsed text found at index 11
1253ns
|
Text '17:22:07.53+02' could not be parsed at index 0
848ns
|
Text '17:22:07.53+02' could not be parsed at index 0
847ns
|
Text '17:22:07.53+02' could not be parsed at index 0
867ns
|
Text '17:22:07.53+02' could not be parsed at index 0
846ns
|
Text '17:22:07.53+02' could not be parsed at index 0
840ns
|
Text '17:22:07.53+02' could not be parsed at index 0
843ns
|
Text '17:22:07.53+02' could not be parsed at index 0
973ns
|
Text '17:22:07.53+02' could not be parsed at index 2
1040ns
|
|
|
| 17:22:07,534+02 |
Invalid format: "17:22:07,534+02" is malformed at ":22:07,534+02"
1199ns
|
Text '17:22:07,534+02' could not be parsed at index 0
1123ns
|
Text '17:22:07,534+02' could not be parsed at index 0
1009ns
|
Text '17:22:07,534+02' could not be parsed at index 0
830ns
|
Text '17:22:07,534+02' could not be parsed at index 0
815ns
|
Text '17:22:07,534+02' could not be parsed at index 0
849ns
|
Text '17:22:07,534+02' could not be parsed at index 0
836ns
|
Text '17:22:07,534+02' could not be parsed, unparsed text found at index 8
1097ns
|
Text '17:22:07,534+02' could not be parsed at index 8
1118ns
|
Text '17:22:07,534+02' could not be parsed, unparsed text found at index 8
1186ns
|
Text '17:22:07,534+02' could not be parsed at index 0
839ns
|
Text '17:22:07,534+02' could not be parsed at index 0
857ns
|
Text '17:22:07,534+02' could not be parsed at index 0
852ns
|
Text '17:22:07,534+02' could not be parsed at index 0
848ns
|
Text '17:22:07,534+02' could not be parsed at index 0
839ns
|
Text '17:22:07,534+02' could not be parsed at index 0
829ns
|
Text '17:22:07,534+02' could not be parsed at index 0
984ns
|
Text '17:22:07,534+02' could not be parsed at index 2
1040ns
|
|
|
| 17:22:07.534+02 |
Invalid format: "17:22:07.534+02" is malformed at ":22:07.534+02"
1189ns
|
Text '17:22:07.534+02' could not be parsed at index 0
1140ns
|
Text '17:22:07.534+02' could not be parsed at index 0
1000ns
|
Text '17:22:07.534+02' could not be parsed at index 0
842ns
|
Text '17:22:07.534+02' could not be parsed at index 0
816ns
|
Text '17:22:07.534+02' could not be parsed at index 0
836ns
|
Text '17:22:07.534+02' could not be parsed at index 0
842ns
|
Text '17:22:07.534+02' could not be parsed, unparsed text found at index 12
1150ns
|
Text '17:22:07.534+02' could not be parsed at index 12
1200ns
|
Text '17:22:07.534+02' could not be parsed, unparsed text found at index 12
1258ns
|
Text '17:22:07.534+02' could not be parsed at index 0
838ns
|
Text '17:22:07.534+02' could not be parsed at index 0
858ns
|
Text '17:22:07.534+02' could not be parsed at index 0
853ns
|
Text '17:22:07.534+02' could not be parsed at index 0
850ns
|
Text '17:22:07.534+02' could not be parsed at index 0
839ns
|
Text '17:22:07.534+02' could not be parsed at index 0
829ns
|
Text '17:22:07.534+02' could not be parsed at index 0
984ns
|
Text '17:22:07.534+02' could not be parsed at index 2
1042ns
|
|
|
| 17:22:07,534635+02 |
Invalid format: "17:22:07,534635+02" is malformed at ":22:07,534635+02"
1201ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
1136ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
1007ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
836ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
814ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
839ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
848ns
|
Text '17:22:07,534635+02' could not be parsed, unparsed text found at index 8
1081ns
|
Text '17:22:07,534635+02' could not be parsed at index 8
1124ns
|
Text '17:22:07,534635+02' could not be parsed, unparsed text found at index 8
1174ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
849ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
850ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
863ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
847ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
833ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
837ns
|
Text '17:22:07,534635+02' could not be parsed at index 0
978ns
|
Text '17:22:07,534635+02' could not be parsed at index 2
1045ns
|
|
|
| 17:22:07.534635+02 |
Invalid format: "17:22:07.534635+02" is malformed at ":22:07.534635+02"
1213ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
1130ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
1015ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
837ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
817ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
847ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
837ns
|
Text '17:22:07.534635+02' could not be parsed, unparsed text found at index 15
1166ns
|
Text '17:22:07.534635+02' could not be parsed at index 15
1207ns
|
Text '17:22:07.534635+02' could not be parsed, unparsed text found at index 15
1257ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
848ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
848ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
876ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
845ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
834ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
840ns
|
Text '17:22:07.534635+02' could not be parsed at index 0
978ns
|
Text '17:22:07.534635+02' could not be parsed at index 2
1046ns
|
|
|
| 17+02:00 |
Invalid format: "17+02:00" is malformed at "+02:00"
1196ns
|
Text '17+02:00' could not be parsed at index 0
1125ns
|
Text '17+02:00' could not be parsed at index 0
1005ns
|
Text '17+02:00' could not be parsed at index 0
834ns
|
Text '17+02:00' could not be parsed at index 0
817ns
|
Text '17+02:00' could not be parsed at index 0
838ns
|
Text '17+02:00' could not be parsed at index 0
832ns
|
Text '17+02:00' could not be parsed at index 2
850ns
|
Text '17+02:00' could not be parsed at index 2
880ns
|
Text '17+02:00' could not be parsed at index 2
871ns
|
Text '17+02:00' could not be parsed at index 0
844ns
|
Text '17+02:00' could not be parsed at index 0
845ns
|
Text '17+02:00' could not be parsed at index 0
854ns
|
Text '17+02:00' could not be parsed at index 0
856ns
|
Text '17+02:00' could not be parsed at index 0
831ns
|
Text '17+02:00' could not be parsed at index 0
829ns
|
Text '17+02:00' could not be parsed at index 0
982ns
|
Text '17+02:00' could not be parsed at index 2
1038ns
|
|
|
| 17,3+02:00 |
Invalid format: "17,3+02:00" is malformed at ",3+02:00"
1193ns
|
Text '17,3+02:00' could not be parsed at index 0
1141ns
|
Text '17,3+02:00' could not be parsed at index 0
999ns
|
Text '17,3+02:00' could not be parsed at index 0
841ns
|
Text '17,3+02:00' could not be parsed at index 0
817ns
|
Text '17,3+02:00' could not be parsed at index 0
836ns
|
Text '17,3+02:00' could not be parsed at index 0
848ns
|
Text '17,3+02:00' could not be parsed at index 2
849ns
|
Text '17,3+02:00' could not be parsed at index 2
889ns
|
Text '17,3+02:00' could not be parsed at index 2
877ns
|
Text '17,3+02:00' could not be parsed at index 0
836ns
|
Text '17,3+02:00' could not be parsed at index 0
854ns
|
Text '17,3+02:00' could not be parsed at index 0
851ns
|
Text '17,3+02:00' could not be parsed at index 0
847ns
|
Text '17,3+02:00' could not be parsed at index 0
837ns
|
Text '17,3+02:00' could not be parsed at index 0
829ns
|
Text '17,3+02:00' could not be parsed at index 0
990ns
|
Text '17,3+02:00' could not be parsed at index 2
1034ns
|
|
|
| 17.3+02:00 |
Invalid format: "17.3+02:00" is malformed at ".3+02:00"
1191ns
|
Text '17.3+02:00' could not be parsed at index 0
1143ns
|
Text '17.3+02:00' could not be parsed at index 0
995ns
|
Text '17.3+02:00' could not be parsed at index 0
840ns
|
Text '17.3+02:00' could not be parsed at index 0
812ns
|
Text '17.3+02:00' could not be parsed at index 0
836ns
|
Text '17.3+02:00' could not be parsed at index 0
842ns
|
Text '17.3+02:00' could not be parsed at index 2
849ns
|
Text '17.3+02:00' could not be parsed at index 2
875ns
|
Text '17.3+02:00' could not be parsed at index 2
879ns
|
Text '17.3+02:00' could not be parsed at index 0
835ns
|
Text '17.3+02:00' could not be parsed at index 0
852ns
|
Text '17.3+02:00' could not be parsed at index 0
849ns
|
Text '17.3+02:00' could not be parsed at index 0
842ns
|
Text '17.3+02:00' could not be parsed at index 0
837ns
|
Text '17.3+02:00' could not be parsed at index 0
828ns
|
Text '17.3+02:00' could not be parsed at index 0
988ns
|
Text '17.3+02:00' could not be parsed at index 2
1037ns
|
|
|
| 17:22+02:00 |
Invalid format: "17:22+02:00" is malformed at ":22+02:00"
1184ns
|
Text '17:22+02:00' could not be parsed at index 0
1138ns
|
Text '17:22+02:00' could not be parsed at index 0
1006ns
|
Text '17:22+02:00' could not be parsed at index 0
830ns
|
Text '17:22+02:00' could not be parsed at index 0
825ns
|
Text '17:22+02:00' could not be parsed at index 0
837ns
|
Text '17:22+02:00' could not be parsed at index 0
840ns
|
Text '17:22+02:00' could not be parsed, unparsed text found at index 5
965ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22 of type java.time.format.Parsed
2413ns
|
Unable to obtain Instant from TemporalAccessor: {OffsetSeconds=7200},ISO resolved to 17:22 of type java.time.format.Parsed
2483ns
|
Text '17:22+02:00' could not be parsed at index 0
854ns
|
Text '17:22+02:00' could not be parsed at index 0
851ns
|
Text '17:22+02:00' could not be parsed at index 0
856ns
|
Text '17:22+02:00' could not be parsed at index 0
855ns
|
Text '17:22+02:00' could not be parsed at index 0
831ns
|
Text '17:22+02:00' could not be parsed at index 0
842ns
|
Text '17:22+02:00' could not be parsed at index 0
976ns
|
Text '17:22+02:00' could not be parsed at index 2
1040ns
|
|
|
| 17:22,1+02:00 |
Invalid format: "17:22,1+02:00" is malformed at ":22,1+02:00"
1192ns
|
Text '17:22,1+02:00' could not be parsed at index 0
1333ns
|
Text '17:22,1+02:00' could not be parsed at index 0
957ns
|
Text '17:22,1+02:00' could not be parsed at index 0
789ns
|
Text '17:22,1+02:00' could not be parsed at index 0
767ns
|
Text '17:22,1+02:00' could not be parsed at index 0
797ns
|
Text '17:22,1+02:00' could not be parsed at index 0
794ns
|
Text '17:22,1+02:00' could not be parsed, unparsed text found at index 5
906ns
|
Text '17:22,1+02:00' could not be parsed at index 5
940ns
|
Text '17:22,1+02:00' could not be parsed, unparsed text found at index 5
1002ns
|
Text '17:22,1+02:00' could not be parsed at index 0
791ns
|
Text '17:22,1+02:00' could not be parsed at index 0
799ns
|
Text '17:22,1+02:00' could not be parsed at index 0
812ns
|
Text '17:22,1+02:00' could not be parsed at index 0
806ns
|
Text '17:22,1+02:00' could not be parsed at index 0
795ns
|
Text '17:22,1+02:00' could not be parsed at index 0
801ns
|
Text '17:22,1+02:00' could not be parsed at index 0
935ns
|
Text '17:22,1+02:00' could not be parsed at index 2
1001ns
|
|
|
| 17:22.1+02:00 |
Invalid format: "17:22.1+02:00" is malformed at ":22.1+02:00"
1146ns
|
Text '17:22.1+02:00' could not be parsed at index 0
1086ns
|
Text '17:22.1+02:00' could not be parsed at index 0
976ns
|
Text '17:22.1+02:00' could not be parsed at index 0
809ns
|
Text '17:22.1+02:00' could not be parsed at index 0
790ns
|
Text '17:22.1+02:00' could not be parsed at index 0
813ns
|
Text '17:22.1+02:00' could not be parsed at index 0
803ns
|
Text '17:22.1+02:00' could not be parsed, unparsed text found at index 5
937ns
|
Text '17:22.1+02:00' could not be parsed at index 5
960ns
|
Text '17:22.1+02:00' could not be parsed, unparsed text found at index 5
1024ns
|
Text '17:22.1+02:00' could not be parsed at index 0
807ns
|
Text '17:22.1+02:00' could not be parsed at index 0
815ns
|
Text '17:22.1+02:00' could not be parsed at index 0
827ns
|
Text '17:22.1+02:00' could not be parsed at index 0
819ns
|
Text '17:22.1+02:00' could not be parsed at index 0
810ns
|
Text '17:22.1+02:00' could not be parsed at index 0
798ns
|
Text '17:22.1+02:00' could not be parsed at index 0
948ns
|
Text '17:22.1+02:00' could not be parsed at index 2
1002ns
|
|
|
| 17:22:07,534+02:00 |
Invalid format: "17:22:07,534+02:00" is malformed at ":22:07,534+02:00"
1152ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
1096ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
967ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
804ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
795ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
809ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
805ns
|
Text '17:22:07,534+02:00' could not be parsed, unparsed text found at index 8
1051ns
|
Text '17:22:07,534+02:00' could not be parsed at index 8
1087ns
|
Text '17:22:07,534+02:00' could not be parsed, unparsed text found at index 8
1130ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
817ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
820ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
823ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
823ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
805ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
810ns
|
Text '17:22:07,534+02:00' could not be parsed at index 0
942ns
|
Text '17:22:07,534+02:00' could not be parsed at index 2
1007ns
|
|
|
| 17:22:07,534635+02:00 |
Invalid format: "17:22:07,534635+02:00" is malformed at ":22:07,534635+02:00"
1179ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
1087ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
977ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
804ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
792ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
816ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
808ns
|
Text '17:22:07,534635+02:00' could not be parsed, unparsed text found at index 8
1051ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 8
1083ns
|
Text '17:22:07,534635+02:00' could not be parsed, unparsed text found at index 8
1141ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
806ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
827ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
822ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
817ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
815ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
801ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 0
952ns
|
Text '17:22:07,534635+02:00' could not be parsed at index 2
1004ns
|
|
|
| T17 |
Invalid format: "T17"
1015ns
|
Text 'T17' could not be parsed at index 0
1098ns
|
Text 'T17' could not be parsed at index 0
954ns
|
Text 'T17' could not be parsed at index 0
790ns
|
Text 'T17' could not be parsed at index 0
787ns
|
Text 'T17' could not be parsed at index 0
795ns
|
Text 'T17' could not be parsed at index 0
792ns
|
Text 'T17' could not be parsed at index 0
787ns
|
Text 'T17' could not be parsed at index 0
798ns
|
Text 'T17' could not be parsed at index 0
798ns
|
Text 'T17' could not be parsed at index 0
792ns
|
Text 'T17' could not be parsed at index 0
803ns
|
Text 'T17' could not be parsed at index 0
815ns
|
Text 'T17' could not be parsed at index 0
802ns
|
Text 'T17' could not be parsed at index 0
791ns
|
Text 'T17' could not be parsed at index 0
796ns
|
Text 'T17' could not be parsed at index 0
941ns
|
Text 'T17' could not be parsed at index 0
929ns
|
|
|
| T17,3 |
Invalid format: "T17,3"
965ns
|
Text 'T17,3' could not be parsed at index 0
1096ns
|
Text 'T17,3' could not be parsed at index 0
949ns
|
Text 'T17,3' could not be parsed at index 0
800ns
|
Text 'T17,3' could not be parsed at index 0
782ns
|
Text 'T17,3' could not be parsed at index 0
801ns
|
Text 'T17,3' could not be parsed at index 0
797ns
|
Text 'T17,3' could not be parsed at index 0
788ns
|
Text 'T17,3' could not be parsed at index 0
809ns
|
Text 'T17,3' could not be parsed at index 0
799ns
|
Text 'T17,3' could not be parsed at index 0
801ns
|
Text 'T17,3' could not be parsed at index 0
817ns
|
Text 'T17,3' could not be parsed at index 0
812ns
|
Text 'T17,3' could not be parsed at index 0
809ns
|
Text 'T17,3' could not be parsed at index 0
807ns
|
Text 'T17,3' could not be parsed at index 0
795ns
|
Text 'T17,3' could not be parsed at index 0
948ns
|
Text 'T17,3' could not be parsed at index 0
914ns
|
|
|
| T17.3 |
Invalid format: "T17.3"
959ns
|
Text 'T17.3' could not be parsed at index 0
1087ns
|
Text 'T17.3' could not be parsed at index 0
959ns
|
Text 'T17.3' could not be parsed at index 0
793ns
|
Text 'T17.3' could not be parsed at index 0
786ns
|
Text 'T17.3' could not be parsed at index 0
801ns
|
Text 'T17.3' could not be parsed at index 0
798ns
|
Text 'T17.3' could not be parsed at index 0
788ns
|
Text 'T17.3' could not be parsed at index 0
794ns
|
Text 'T17.3' could not be parsed at index 0
802ns
|
Text 'T17.3' could not be parsed at index 0
808ns
|
Text 'T17.3' could not be parsed at index 0
808ns
|
Text 'T17.3' could not be parsed at index 0
813ns
|
Text 'T17.3' could not be parsed at index 0
813ns
|
Text 'T17.3' could not be parsed at index 0
793ns
|
Text 'T17.3' could not be parsed at index 0
797ns
|
Text 'T17.3' could not be parsed at index 0
936ns
|
Text 'T17.3' could not be parsed at index 0
918ns
|
|
|
| T17:22 |
Invalid format: "T17:22"
966ns
|
Text 'T17:22' could not be parsed at index 0
1097ns
|
Text 'T17:22' could not be parsed at index 0
959ns
|
Text 'T17:22' could not be parsed at index 0
815ns
|
Text 'T17:22' could not be parsed at index 0
794ns
|
Text 'T17:22' could not be parsed at index 0
803ns
|
Text 'T17:22' could not be parsed at index 0
809ns
|
Text 'T17:22' could not be parsed at index 0
782ns
|
Text 'T17:22' could not be parsed at index 0
800ns
|
Text 'T17:22' could not be parsed at index 0
806ns
|
Text 'T17:22' could not be parsed at index 0
798ns
|
Text 'T17:22' could not be parsed at index 0
820ns
|
Text 'T17:22' could not be parsed at index 0
816ns
|
Text 'T17:22' could not be parsed at index 0
812ns
|
Text 'T17:22' could not be parsed at index 0
806ns
|
Text 'T17:22' could not be parsed at index 0
793ns
|
Text 'T17:22' could not be parsed at index 0
948ns
|
Text 'T17:22' could not be parsed at index 0
915ns
|
|
|
| T17:22,1 |
Invalid format: "T17:22,1"
967ns
|
Text 'T17:22,1' could not be parsed at index 0
1090ns
|
Text 'T17:22,1' could not be parsed at index 0
968ns
|
Text 'T17:22,1' could not be parsed at index 0
801ns
|
Text 'T17:22,1' could not be parsed at index 0
786ns
|
Text 'T17:22,1' could not be parsed at index 0
809ns
|
Text 'T17:22,1' could not be parsed at index 0
800ns
|
Text 'T17:22,1' could not be parsed at index 0
793ns
|
Text 'T17:22,1' could not be parsed at index 0
802ns
|
Text 'T17:22,1' could not be parsed at index 0
802ns
|
Text 'T17:22,1' could not be parsed at index 0
816ns
|
Text 'T17:22,1' could not be parsed at index 0
812ns
|
Text 'T17:22,1' could not be parsed at index 0
821ns
|
Text 'T17:22,1' could not be parsed at index 0
828ns
|
Text 'T17:22,1' could not be parsed at index 0
798ns
|
Text 'T17:22,1' could not be parsed at index 0
797ns
|
Text 'T17:22,1' could not be parsed at index 0
954ns
|
Text 'T17:22,1' could not be parsed at index 0
920ns
|
|
|
| T17:22.1 |
Invalid format: "T17:22.1"
963ns
|
Text 'T17:22.1' could not be parsed at index 0
1102ns
|
Text 'T17:22.1' could not be parsed at index 0
954ns
|
Text 'T17:22.1' could not be parsed at index 0
798ns
|
Text 'T17:22.1' could not be parsed at index 0
791ns
|
Text 'T17:22.1' could not be parsed at index 0
804ns
|
Text 'T17:22.1' could not be parsed at index 0
809ns
|
Text 'T17:22.1' could not be parsed at index 0
783ns
|
Text 'T17:22.1' could not be parsed at index 0
800ns
|
Text 'T17:22.1' could not be parsed at index 0
808ns
|
Text 'T17:22.1' could not be parsed at index 0
803ns
|
Text 'T17:22.1' could not be parsed at index 0
815ns
|
Text 'T17:22.1' could not be parsed at index 0
828ns
|
Text 'T17:22.1' could not be parsed at index 0
810ns
|
Text 'T17:22.1' could not be parsed at index 0
795ns
|
Text 'T17:22.1' could not be parsed at index 0
810ns
|
Text 'T17:22.1' could not be parsed at index 0
942ns
|
Text 'T17:22.1' could not be parsed at index 0
930ns
|
|
|
| T17:22:07 |
Invalid format: "T17:22:07"
973ns
|
Text 'T17:22:07' could not be parsed at index 0
1091ns
|
Text 'T17:22:07' could not be parsed at index 0
968ns
|
Text 'T17:22:07' could not be parsed at index 0
799ns
|
Text 'T17:22:07' could not be parsed at index 0
784ns
|
Text 'T17:22:07' could not be parsed at index 0
812ns
|
Text 'T17:22:07' could not be parsed at index 0
805ns
|
Text 'T17:22:07' could not be parsed at index 0
785ns
|
Text 'T17:22:07' could not be parsed at index 0
811ns
|
Text 'T17:22:07' could not be parsed at index 0
803ns
|
Text 'T17:22:07' could not be parsed at index 0
803ns
|
Text 'T17:22:07' could not be parsed at index 0
819ns
|
Text 'T17:22:07' could not be parsed at index 0
820ns
|
Text 'T17:22:07' could not be parsed at index 0
822ns
|
Text 'T17:22:07' could not be parsed at index 0
800ns
|
Text 'T17:22:07' could not be parsed at index 0
797ns
|
Text 'T17:22:07' could not be parsed at index 0
951ns
|
Text 'T17:22:07' could not be parsed at index 0
922ns
|
|
|
| T17:22:07.5 |
Invalid format: "T17:22:07.5"
962ns
|
Text 'T17:22:07.5' could not be parsed at index 0
1098ns
|
Text 'T17:22:07.5' could not be parsed at index 0
968ns
|
Text 'T17:22:07.5' could not be parsed at index 0
806ns
|
Text 'T17:22:07.5' could not be parsed at index 0
797ns
|
Text 'T17:22:07.5' could not be parsed at index 0
805ns
|
Text 'T17:22:07.5' could not be parsed at index 0
806ns
|
Text 'T17:22:07.5' could not be parsed at index 0
793ns
|
Text 'T17:22:07.5' could not be parsed at index 0
806ns
|
Text 'T17:22:07.5' could not be parsed at index 0
814ns
|
Text 'T17:22:07.5' could not be parsed at index 0
806ns
|
Text 'T17:22:07.5' could not be parsed at index 0
821ns
|
Text 'T17:22:07.5' could not be parsed at index 0
828ns
|
Text 'T17:22:07.5' could not be parsed at index 0
817ns
|
Text 'T17:22:07.5' could not be parsed at index 0
801ns
|
Text 'T17:22:07.5' could not be parsed at index 0
806ns
|
Text 'T17:22:07.5' could not be parsed at index 0
938ns
|
Text 'T17:22:07.5' could not be parsed at index 0
933ns
|
|
|
| T17:22:07.53 |
Invalid format: "T17:22:07.53"
972ns
|
Text 'T17:22:07.53' could not be parsed at index 0
1092ns
|
Text 'T17:22:07.53' could not be parsed at index 0
966ns
|
Text 'T17:22:07.53' could not be parsed at index 0
808ns
|
Text 'T17:22:07.53' could not be parsed at index 0
786ns
|
Text 'T17:22:07.53' could not be parsed at index 0
814ns
|
Text 'T17:22:07.53' could not be parsed at index 0
803ns
|
Text 'T17:22:07.53' could not be parsed at index 0
784ns
|
Text 'T17:22:07.53' could not be parsed at index 0
810ns
|
Text 'T17:22:07.53' could not be parsed at index 0
806ns
|
Text 'T17:22:07.53' could not be parsed at index 0
816ns
|
Text 'T17:22:07.53' could not be parsed at index 0
823ns
|
Text 'T17:22:07.53' could not be parsed at index 0
823ns
|
Text 'T17:22:07.53' could not be parsed at index 0
838ns
|
Text 'T17:22:07.53' could not be parsed at index 0
808ns
|
Text 'T17:22:07.53' could not be parsed at index 0
798ns
|
Text 'T17:22:07.53' could not be parsed at index 0
949ns
|
Text 'T17:22:07.53' could not be parsed at index 0
921ns
|
|
|
| T17:22:07,534 |
Invalid format: "T17:22:07,534"
958ns
|
Text 'T17:22:07,534' could not be parsed at index 0
1105ns
|
Text 'T17:22:07,534' could not be parsed at index 0
965ns
|
Text 'T17:22:07,534' could not be parsed at index 0
800ns
|
Text 'T17:22:07,534' could not be parsed at index 0
799ns
|
Text 'T17:22:07,534' could not be parsed at index 0
805ns
|
Text 'T17:22:07,534' could not be parsed at index 0
804ns
|
Text 'T17:22:07,534' could not be parsed at index 0
795ns
|
Text 'T17:22:07,534' could not be parsed at index 0
805ns
|
Text 'T17:22:07,534' could not be parsed at index 0
810ns
|
Text 'T17:22:07,534' could not be parsed at index 0
804ns
|
Text 'T17:22:07,534' could not be parsed at index 0
816ns
|
Text 'T17:22:07,534' could not be parsed at index 0
831ns
|
Text 'T17:22:07,534' could not be parsed at index 0
814ns
|
Text 'T17:22:07,534' could not be parsed at index 0
801ns
|
Text 'T17:22:07,534' could not be parsed at index 0
806ns
|
Text 'T17:22:07,534' could not be parsed at index 0
940ns
|
Text 'T17:22:07,534' could not be parsed at index 0
930ns
|
|
|
| T17:22:07.534 |
Invalid format: "T17:22:07.534"
971ns
|
Text 'T17:22:07.534' could not be parsed at index 0
1092ns
|
Text 'T17:22:07.534' could not be parsed at index 0
967ns
|
Text 'T17:22:07.534' could not be parsed at index 0
807ns
|
Text 'T17:22:07.534' could not be parsed at index 0
786ns
|
Text 'T17:22:07.534' could not be parsed at index 0
815ns
|
Text 'T17:22:07.534' could not be parsed at index 0
804ns
|
Text 'T17:22:07.534' could not be parsed at index 0
786ns
|
Text 'T17:22:07.534' could not be parsed at index 0
812ns
|
Text 'T17:22:07.534' could not be parsed at index 0
804ns
|
Text 'T17:22:07.534' could not be parsed at index 0
811ns
|
Text 'T17:22:07.534' could not be parsed at index 0
827ns
|
Text 'T17:22:07.534' could not be parsed at index 0
820ns
|
Text 'T17:22:07.534' could not be parsed at index 0
820ns
|
Text 'T17:22:07.534' could not be parsed at index 0
809ns
|
Text 'T17:22:07.534' could not be parsed at index 0
798ns
|
Text 'T17:22:07.534' could not be parsed at index 0
946ns
|
Text 'T17:22:07.534' could not be parsed at index 0
920ns
|
|
|
| T17:22:07,534635 |
Invalid format: "T17:22:07,534635"
961ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
1097ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
962ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
805ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
797ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
808ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
806ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
795ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
805ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
806ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
822ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
818ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
833ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
813ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
802ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
809ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
947ns
|
Text 'T17:22:07,534635' could not be parsed at index 0
931ns
|
|
|
| T17:22:07.534635 |
Invalid format: "T17:22:07.534635"
966ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
1090ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
961ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
810ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
785ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
816ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
808ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
788ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
817ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
807ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
807ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
824ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
822ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
817ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
809ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
805ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
951ns
|
Text 'T17:22:07.534635' could not be parsed at index 0
921ns
|
|
|
| T15Z |
Invalid format: "T15Z"
959ns
|
Text 'T15Z' could not be parsed at index 0
1096ns
|
Text 'T15Z' could not be parsed at index 0
958ns
|
Text 'T15Z' could not be parsed at index 0
795ns
|
Text 'T15Z' could not be parsed at index 0
789ns
|
Text 'T15Z' could not be parsed at index 0
803ns
|
Text 'T15Z' could not be parsed at index 0
802ns
|
Text 'T15Z' could not be parsed at index 0
790ns
|
Text 'T15Z' could not be parsed at index 0
804ns
|
Text 'T15Z' could not be parsed at index 0
803ns
|
Text 'T15Z' could not be parsed at index 0
809ns
|
Text 'T15Z' could not be parsed at index 0
812ns
|
Text 'T15Z' could not be parsed at index 0
813ns
|
Text 'T15Z' could not be parsed at index 0
807ns
|
Text 'T15Z' could not be parsed at index 0
795ns
|
Text 'T15Z' could not be parsed at index 0
801ns
|
Text 'T15Z' could not be parsed at index 0
941ns
|
Text 'T15Z' could not be parsed at index 0
924ns
|
|
|
| T15,3Z |
Invalid format: "T15,3Z"
968ns
|
Text 'T15,3Z' could not be parsed at index 0
1097ns
|
Text 'T15,3Z' could not be parsed at index 0
956ns
|
Text 'T15,3Z' could not be parsed at index 0
803ns
|
Text 'T15,3Z' could not be parsed at index 0
782ns
|
Text 'T15,3Z' could not be parsed at index 0
803ns
|
Text 'T15,3Z' could not be parsed at index 0
805ns
|
Text 'T15,3Z' could not be parsed at index 0
780ns
|
Text 'T15,3Z' could not be parsed at index 0
797ns
|
Text 'T15,3Z' could not be parsed at index 0
797ns
|
Text 'T15,3Z' could not be parsed at index 0
803ns
|
Text 'T15,3Z' could not be parsed at index 0
824ns
|
Text 'T15,3Z' could not be parsed at index 0
817ns
|
Text 'T15,3Z' could not be parsed at index 0
822ns
|
Text 'T15,3Z' could not be parsed at index 0
812ns
|
Text 'T15,3Z' could not be parsed at index 0
793ns
|
Text 'T15,3Z' could not be parsed at index 0
945ns
|
Text 'T15,3Z' could not be parsed at index 0
918ns
|
|
|
| T15.3Z |
Invalid format: "T15.3Z"
958ns
|
Text 'T15.3Z' could not be parsed at index 0
1093ns
|
Text 'T15.3Z' could not be parsed at index 0
967ns
|
Text 'T15.3Z' could not be parsed at index 0
797ns
|
Text 'T15.3Z' could not be parsed at index 0
785ns
|
Text 'T15.3Z' could not be parsed at index 0
809ns
|
Text 'T15.3Z' could not be parsed at index 0
801ns
|
Text 'T15.3Z' could not be parsed at index 0
790ns
|
Text 'T15.3Z' could not be parsed at index 0
796ns
|
Text 'T15.3Z' could not be parsed at index 0
796ns
|
Text 'T15.3Z' could not be parsed at index 0
806ns
|
Text 'T15.3Z' could not be parsed at index 0
811ns
|
Text 'T15.3Z' could not be parsed at index 0
817ns
|
Text 'T15.3Z' could not be parsed at index 0
820ns
|
Text 'T15.3Z' could not be parsed at index 0
798ns
|
Text 'T15.3Z' could not be parsed at index 0
799ns
|
Text 'T15.3Z' could not be parsed at index 0
946ns
|
Text 'T15.3Z' could not be parsed at index 0
914ns
|
|
|
| T15:22Z |
Invalid format: "T15:22Z"
966ns
|
Text 'T15:22Z' could not be parsed at index 0
1098ns
|
Text 'T15:22Z' could not be parsed at index 0
957ns
|
Text 'T15:22Z' could not be parsed at index 0
799ns
|
Text 'T15:22Z' could not be parsed at index 0
779ns
|
Text 'T15:22Z' could not be parsed at index 0
798ns
|
Text 'T15:22Z' could not be parsed at index 0
805ns
|
Text 'T15:22Z' could not be parsed at index 0
781ns
|
Text 'T15:22Z' could not be parsed at index 0
799ns
|
Text 'T15:22Z' could not be parsed at index 0
804ns
|
Text 'T15:22Z' could not be parsed at index 0
797ns
|
Text 'T15:22Z' could not be parsed at index 0
807ns
|
Text 'T15:22Z' could not be parsed at index 0
818ns
|
Text 'T15:22Z' could not be parsed at index 0
808ns
|
Text 'T15:22Z' could not be parsed at index 0
805ns
|
Text 'T15:22Z' could not be parsed at index 0
793ns
|
Text 'T15:22Z' could not be parsed at index 0
941ns
|
Text 'T15:22Z' could not be parsed at index 0
924ns
|
|
|
| T15:22,1Z |
Invalid format: "T15:22,1Z"
974ns
|
Text 'T15:22,1Z' could not be parsed at index 0
1092ns
|
Text 'T15:22,1Z' could not be parsed at index 0
972ns
|
Text 'T15:22,1Z' could not be parsed at index 0
800ns
|
Text 'T15:22,1Z' could not be parsed at index 0
784ns
|
Text 'T15:22,1Z' could not be parsed at index 0
811ns
|
Text 'T15:22,1Z' could not be parsed at index 0
799ns
|
Text 'T15:22,1Z' could not be parsed at index 0
782ns
|
Text 'T15:22,1Z' could not be parsed at index 0
807ns
|
Text 'T15:22,1Z' could not be parsed at index 0
799ns
|
Text 'T15:22,1Z' could not be parsed at index 0
818ns
|
Text 'T15:22,1Z' could not be parsed at index 0
812ns
|
Text 'T15:22,1Z' could not be parsed at index 0
815ns
|
Text 'T15:22,1Z' could not be parsed at index 0
821ns
|
Text 'T15:22,1Z' could not be parsed at index 0
798ns
|
Text 'T15:22,1Z' could not be parsed at index 0
794ns
|
Text 'T15:22,1Z' could not be parsed at index 0
945ns
|
Text 'T15:22,1Z' could not be parsed at index 0
917ns
|
|
|
| T15:22.1Z |
Invalid format: "T15:22.1Z"
961ns
|
Text 'T15:22.1Z' could not be parsed at index 0
1101ns
|
Text 'T15:22.1Z' could not be parsed at index 0
962ns
|
Text 'T15:22.1Z' could not be parsed at index 0
799ns
|
Text 'T15:22.1Z' could not be parsed at index 0
791ns
|
Text 'T15:22.1Z' could not be parsed at index 0
803ns
|
Text 'T15:22.1Z' could not be parsed at index 0
803ns
|
Text 'T15:22.1Z' could not be parsed at index 0
781ns
|
Text 'T15:22.1Z' could not be parsed at index 0
801ns
|
Text 'T15:22.1Z' could not be parsed at index 0
809ns
|
Text 'T15:22.1Z' could not be parsed at index 0
806ns
|
Text 'T15:22.1Z' could not be parsed at index 0
812ns
|
Text 'T15:22.1Z' could not be parsed at index 0
827ns
|
Text 'T15:22.1Z' could not be parsed at index 0
814ns
|
Text 'T15:22.1Z' could not be parsed at index 0
798ns
|
Text 'T15:22.1Z' could not be parsed at index 0
806ns
|
Text 'T15:22.1Z' could not be parsed at index 0
942ns
|
Text 'T15:22.1Z' could not be parsed at index 0
930ns
|
|
|
| T15:22:07Z |
Invalid format: "T15:22:07Z"
975ns
|
Text 'T15:22:07Z' could not be parsed at index 0
1094ns
|
Text 'T15:22:07Z' could not be parsed at index 0
953ns
|
Text 'T15:22:07Z' could not be parsed at index 0
804ns
|
Text 'T15:22:07Z' could not be parsed at index 0
783ns
|
Text 'T15:22:07Z' could not be parsed at index 0
810ns
|
Text 'T15:22:07Z' could not be parsed at index 0
800ns
|
Text 'T15:22:07Z' could not be parsed at index 0
786ns
|
Text 'T15:22:07Z' could not be parsed at index 0
1076ns
|
Text 'T15:22:07Z' could not be parsed at index 0
921ns
|
Text 'T15:22:07Z' could not be parsed at index 0
1159ns
|
Text 'T15:22:07Z' could not be parsed at index 0
952ns
|
Text 'T15:22:07Z' could not be parsed at index 0
933ns
|
Text 'T15:22:07Z' could not be parsed at index 0
807ns
|
Text 'T15:22:07Z' could not be parsed at index 0
803ns
|
Text 'T15:22:07Z' could not be parsed at index 0
782ns
|
Text 'T15:22:07Z' could not be parsed at index 0
930ns
|
Text 'T15:22:07Z' could not be parsed at index 0
906ns
|
|
|
| T15:22:07.5Z |
Invalid format: "T15:22:07.5Z"
951ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
1245ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
1181ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
956ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
915ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
798ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
971ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
1224ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
1049ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
939ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
824ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
798ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
814ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
798ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
802ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
1024ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
1139ns
|
Text 'T15:22:07.5Z' could not be parsed at index 0
954ns
|
|
|
| T15:22:07.53Z |
Invalid format: "T15:22:07.53Z"
1202ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
1298ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
1049ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
827ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
794ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
811ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
806ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
789ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
826ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
808ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
825ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
839ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
835ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
832ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
820ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
815ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
962ns
|
Text 'T15:22:07.53Z' could not be parsed at index 0
935ns
|
|
|
| T15:22:07,534Z |
Invalid format: "T15:22:07,534Z"
973ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
1105ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
970ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
812ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
806ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
855ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
896ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
821ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
832ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
826ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
825ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
829ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
838ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
883ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
844ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
916ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
1170ns
|
Text 'T15:22:07,534Z' could not be parsed at index 0
1110ns
|
|
|
| T15:22:07.534Z |
Invalid format: "T15:22:07.534Z"
965ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
1114ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
999ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
830ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
800ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
826ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
823ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
802ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
833ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
817ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
826ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
857ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
853ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
864ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
859ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
819ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
1015ns
|
Text 'T15:22:07.534Z' could not be parsed at index 0
935ns
|
|
|
| T15:22:07,534635Z |
Invalid format: "T15:22:07,534635Z"
1057ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
1197ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
963ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
801ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
795ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
817ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
853ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
827ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
853ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
888ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
899ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
875ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
833ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
822ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
817ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
803ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
932ns
|
Text 'T15:22:07,534635Z' could not be parsed at index 0
930ns
|
|
|
| T15:22:07.534635Z |
Invalid format: "T15:22:07.534635Z"
958ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
1091ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
961ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
815ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
798ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
818ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
823ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
796ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
808ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
801ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
804ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
817ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
821ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
805ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
800ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
797ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
938ns
|
Text 'T15:22:07.534635Z' could not be parsed at index 0
909ns
|
|
|
| T17+02 |
Invalid format: "T17+02"
957ns
|
Text 'T17+02' could not be parsed at index 0
1120ns
|
Text 'T17+02' could not be parsed at index 0
953ns
|
Text 'T17+02' could not be parsed at index 0
789ns
|
Text 'T17+02' could not be parsed at index 0
784ns
|
Text 'T17+02' could not be parsed at index 0
799ns
|
Text 'T17+02' could not be parsed at index 0
795ns
|
Text 'T17+02' could not be parsed at index 0
779ns
|
Text 'T17+02' could not be parsed at index 0
788ns
|
Text 'T17+02' could not be parsed at index 0
791ns
|
Text 'T17+02' could not be parsed at index 0
800ns
|
Text 'T17+02' could not be parsed at index 0
804ns
|
Text 'T17+02' could not be parsed at index 0
811ns
|
Text 'T17+02' could not be parsed at index 0
804ns
|
Text 'T17+02' could not be parsed at index 0
786ns
|
Text 'T17+02' could not be parsed at index 0
796ns
|
Text 'T17+02' could not be parsed at index 0
926ns
|
Text 'T17+02' could not be parsed at index 0
915ns
|
|
|
| T17,3+02 |
Invalid format: "T17,3+02"
947ns
|
Text 'T17,3+02' could not be parsed at index 0
1082ns
|
Text 'T17,3+02' could not be parsed at index 0
944ns
|
Text 'T17,3+02' could not be parsed at index 0
795ns
|
Text 'T17,3+02' could not be parsed at index 0
774ns
|
Text 'T17,3+02' could not be parsed at index 0
795ns
|
Text 'T17,3+02' could not be parsed at index 0
802ns
|
Text 'T17,3+02' could not be parsed at index 0
774ns
|
Text 'T17,3+02' could not be parsed at index 0
791ns
|
Text 'T17,3+02' could not be parsed at index 0
797ns
|
Text 'T17,3+02' could not be parsed at index 0
793ns
|
Text 'T17,3+02' could not be parsed at index 0
803ns
|
Text 'T17,3+02' could not be parsed at index 0
809ns
|
Text 'T17,3+02' could not be parsed at index 0
803ns
|
Text 'T17,3+02' could not be parsed at index 0
805ns
|
Text 'T17,3+02' could not be parsed at index 0
841ns
|
Text 'T17,3+02' could not be parsed at index 0
987ns
|
Text 'T17,3+02' could not be parsed at index 0
948ns
|
|
|
| T17.3+02 |
Invalid format: "T17.3+02"
1006ns
|
Text 'T17.3+02' could not be parsed at index 0
1111ns
|
Text 'T17.3+02' could not be parsed at index 0
981ns
|
Text 'T17.3+02' could not be parsed at index 0
816ns
|
Text 'T17.3+02' could not be parsed at index 0
797ns
|
Text 'T17.3+02' could not be parsed at index 0
823ns
|
Text 'T17.3+02' could not be parsed at index 0
817ns
|
Text 'T17.3+02' could not be parsed at index 0
799ns
|
Text 'T17.3+02' could not be parsed at index 0
815ns
|
Text 'T17.3+02' could not be parsed at index 0
813ns
|
Text 'T17.3+02' could not be parsed at index 0
844ns
|
Text 'T17.3+02' could not be parsed at index 0
845ns
|
Text 'T17.3+02' could not be parsed at index 0
847ns
|
Text 'T17.3+02' could not be parsed at index 0
861ns
|
Text 'T17.3+02' could not be parsed at index 0
992ns
|
Text 'T17.3+02' could not be parsed at index 0
949ns
|
Text 'T17.3+02' could not be parsed at index 0
1298ns
|
Text 'T17.3+02' could not be parsed at index 0
1200ns
|
|
|
| T17:22+02 |
Invalid format: "T17:22+02"
1233ns
|
Text 'T17:22+02' could not be parsed at index 0
1417ns
|
Text 'T17:22+02' could not be parsed at index 0
1273ns
|
Text 'T17:22+02' could not be parsed at index 0
1068ns
|
Text 'T17:22+02' could not be parsed at index 0
1052ns
|
Text 'T17:22+02' could not be parsed at index 0
997ns
|
Text 'T17:22+02' could not be parsed at index 0
935ns
|
Text 'T17:22+02' could not be parsed at index 0
897ns
|
Text 'T17:22+02' could not be parsed at index 0
916ns
|
Text 'T17:22+02' could not be parsed at index 0
910ns
|
Text 'T17:22+02' could not be parsed at index 0
866ns
|
Text 'T17:22+02' could not be parsed at index 0
900ns
|
Text 'T17:22+02' could not be parsed at index 0
838ns
|
Text 'T17:22+02' could not be parsed at index 0
816ns
|
Text 'T17:22+02' could not be parsed at index 0
805ns
|
Text 'T17:22+02' could not be parsed at index 0
810ns
|
Text 'T17:22+02' could not be parsed at index 0
964ns
|
Text 'T17:22+02' could not be parsed at index 0
963ns
|
|
|
| T17:22,1+02 |
Invalid format: "T17:22,1+02"
1025ns
|
Text 'T17:22,1+02' could not be parsed at index 0
1125ns
|
Text 'T17:22,1+02' could not be parsed at index 0
998ns
|
Text 'T17:22,1+02' could not be parsed at index 0
823ns
|
Text 'T17:22,1+02' could not be parsed at index 0
813ns
|
Text 'T17:22,1+02' could not be parsed at index 0
854ns
|
Text 'T17:22,1+02' could not be parsed at index 0
856ns
|
Text 'T17:22,1+02' could not be parsed at index 0
809ns
|
Text 'T17:22,1+02' could not be parsed at index 0
828ns
|
Text 'T17:22,1+02' could not be parsed at index 0
821ns
|
Text 'T17:22,1+02' could not be parsed at index 0
823ns
|
Text 'T17:22,1+02' could not be parsed at index 0
836ns
|
Text 'T17:22,1+02' could not be parsed at index 0
841ns
|
Text 'T17:22,1+02' could not be parsed at index 0
836ns
|
Text 'T17:22,1+02' could not be parsed at index 0
811ns
|
Text 'T17:22,1+02' could not be parsed at index 0
811ns
|
Text 'T17:22,1+02' could not be parsed at index 0
979ns
|
Text 'T17:22,1+02' could not be parsed at index 0
948ns
|
|
|
| T17:22.1+02 |
Invalid format: "T17:22.1+02"
984ns
|
Text 'T17:22.1+02' could not be parsed at index 0
1119ns
|
Text 'T17:22.1+02' could not be parsed at index 0
991ns
|
Text 'T17:22.1+02' could not be parsed at index 0
853ns
|
Text 'T17:22.1+02' could not be parsed at index 0
876ns
|
Text 'T17:22.1+02' could not be parsed at index 0
893ns
|
Text 'T17:22.1+02' could not be parsed at index 0
873ns
|
Text 'T17:22.1+02' could not be parsed at index 0
823ns
|
Text 'T17:22.1+02' could not be parsed at index 0
816ns
|
Text 'T17:22.1+02' could not be parsed at index 0
831ns
|
Text 'T17:22.1+02' could not be parsed at index 0
826ns
|
Text 'T17:22.1+02' could not be parsed at index 0
834ns
|
Text 'T17:22.1+02' could not be parsed at index 0
842ns
|
Text 'T17:22.1+02' could not be parsed at index 0
831ns
|
Text 'T17:22.1+02' could not be parsed at index 0
815ns
|
Text 'T17:22.1+02' could not be parsed at index 0
821ns
|
Text 'T17:22.1+02' could not be parsed at index 0
956ns
|
Text 'T17:22.1+02' could not be parsed at index 0
952ns
|
|
|
| T17:22:07+02 |
Invalid format: "T17:22:07+02"
1008ns
|
Text 'T17:22:07+02' could not be parsed at index 0
1137ns
|
Text 'T17:22:07+02' could not be parsed at index 0
999ns
|
Text 'T17:22:07+02' could not be parsed at index 0
829ns
|
Text 'T17:22:07+02' could not be parsed at index 0
821ns
|
Text 'T17:22:07+02' could not be parsed at index 0
837ns
|
Text 'T17:22:07+02' could not be parsed at index 0
832ns
|
Text 'T17:22:07+02' could not be parsed at index 0
808ns
|
Text 'T17:22:07+02' could not be parsed at index 0
826ns
|
Text 'T17:22:07+02' could not be parsed at index 0
826ns
|
Text 'T17:22:07+02' could not be parsed at index 0
833ns
|
Text 'T17:22:07+02' could not be parsed at index 0
845ns
|
Text 'T17:22:07+02' could not be parsed at index 0
847ns
|
Text 'T17:22:07+02' could not be parsed at index 0
845ns
|
Text 'T17:22:07+02' could not be parsed at index 0
823ns
|
Text 'T17:22:07+02' could not be parsed at index 0
820ns
|
Text 'T17:22:07+02' could not be parsed at index 0
969ns
|
Text 'T17:22:07+02' could not be parsed at index 0
942ns
|
|
|
| T17:22:07.5+02 |
Invalid format: "T17:22:07.5+02"
997ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
1132ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
1045ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
840ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
822ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
835ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
827ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
808ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
824ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
840ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
829ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
847ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
861ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
843ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
825ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
829ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
971ns
|
Text 'T17:22:07.5+02' could not be parsed at index 0
952ns
|
|
|
| T17:22:07.53+02 |
Invalid format: "T17:22:07.53+02"
993ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
1130ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
989ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
825ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
815ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
837ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
823ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
809ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
837ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
827ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
833ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
1091ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
904ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
912ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
981ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
830ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
956ns
|
Text 'T17:22:07.53+02' could not be parsed at index 0
937ns
|
|
|
| T17:22:07,534+02 |
Invalid format: "T17:22:07,534+02"
988ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
1121ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
976ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
815ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
806ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
815ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
818ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
799ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
814ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
822ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
816ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
825ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
844ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
845ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
826ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
829ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
966ns
|
Text 'T17:22:07,534+02' could not be parsed at index 0
944ns
|
|
|
| T17:22:07.534+02 |
Invalid format: "T17:22:07.534+02"
984ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
1102ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
975ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
816ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
798ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
826ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
814ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
797ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
822ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
814ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
817ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
834ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
829ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
828ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
816ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
805ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
963ns
|
Text 'T17:22:07.534+02' could not be parsed at index 0
930ns
|
|
|
| T17:22:07,534635+02 |
Invalid format: "T17:22:07,534635+02"
970ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
1111ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
978ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
808ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
810ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
814ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
812ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
802ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
817ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
812ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
814ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
820ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
831ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
817ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
806ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
811ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
945ns
|
Text 'T17:22:07,534635+02' could not be parsed at index 0
933ns
|
|
|
| T17:22:07.534635+02 |
Invalid format: "T17:22:07.534635+02"
979ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
1098ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
971ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
811ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
792ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
818ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
808ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
790ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
817ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
812ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
813ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
827ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
826ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
817ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
801ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
800ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
952ns
|
Text 'T17:22:07.534635+02' could not be parsed at index 0
929ns
|
|
|
| T17+02:00 |
Invalid format: "T17+02:00"
975ns
|
Text 'T17+02:00' could not be parsed at index 0
1104ns
|
Text 'T17+02:00' could not be parsed at index 0
974ns
|
Text 'T17+02:00' could not be parsed at index 0
814ns
|
Text 'T17+02:00' could not be parsed at index 0
802ns
|
Text 'T17+02:00' could not be parsed at index 0
812ns
|
Text 'T17+02:00' could not be parsed at index 0
809ns
|
Text 'T17+02:00' could not be parsed at index 0
797ns
|
Text 'T17+02:00' could not be parsed at index 0
805ns
|
Text 'T17+02:00' could not be parsed at index 0
816ns
|
Text 'T17+02:00' could not be parsed at index 0
811ns
|
Text 'T17+02:00' could not be parsed at index 0
821ns
|
Text 'T17+02:00' could not be parsed at index 0
830ns
|
Text 'T17+02:00' could not be parsed at index 0
815ns
|
Text 'T17+02:00' could not be parsed at index 0
808ns
|
Text 'T17+02:00' could not be parsed at index 0
815ns
|
Text 'T17+02:00' could not be parsed at index 0
946ns
|
Text 'T17+02:00' could not be parsed at index 0
937ns
|
|
|
| T17,3+02:00 |
Invalid format: "T17,3+02:00"
973ns
|
Text 'T17,3+02:00' could not be parsed at index 0
1092ns
|
Text 'T17,3+02:00' could not be parsed at index 0
963ns
|
Text 'T17,3+02:00' could not be parsed at index 0
813ns
|
Text 'T17,3+02:00' could not be parsed at index 0
792ns
|
Text 'T17,3+02:00' could not be parsed at index 0
823ns
|
Text 'T17,3+02:00' could not be parsed at index 0
809ns
|
Text 'T17,3+02:00' could not be parsed at index 0
789ns
|
Text 'T17,3+02:00' could not be parsed at index 0
816ns
|
Text 'T17,3+02:00' could not be parsed at index 0
819ns
|
Text 'T17,3+02:00' could not be parsed at index 0
812ns
|
Text 'T17,3+02:00' could not be parsed at index 0
832ns
|
Text 'T17,3+02:00' could not be parsed at index 0
828ns
|
Text 'T17,3+02:00' could not be parsed at index 0
822ns
|
Text 'T17,3+02:00' could not be parsed at index 0
814ns
|
Text 'T17,3+02:00' could not be parsed at index 0
805ns
|
Text 'T17,3+02:00' could not be parsed at index 0
953ns
|
Text 'T17,3+02:00' could not be parsed at index 0
923ns
|
|
|
| T17.3+02:00 |
Invalid format: "T17.3+02:00"
962ns
|
Text 'T17.3+02:00' could not be parsed at index 0
1099ns
|
Text 'T17.3+02:00' could not be parsed at index 0
973ns
|
Text 'T17.3+02:00' could not be parsed at index 0
816ns
|
Text 'T17.3+02:00' could not be parsed at index 0
806ns
|
Text 'T17.3+02:00' could not be parsed at index 0
818ns
|
Text 'T17.3+02:00' could not be parsed at index 0
820ns
|
Text 'T17.3+02:00' could not be parsed at index 0
806ns
|
Text 'T17.3+02:00' could not be parsed at index 0
818ns
|
Text 'T17.3+02:00' could not be parsed at index 0
852ns
|
Text 'T17.3+02:00' could not be parsed at index 0
833ns
|
Text 'T17.3+02:00' could not be parsed at index 0
840ns
|
Text 'T17.3+02:00' could not be parsed at index 0
846ns
|
Text 'T17.3+02:00' could not be parsed at index 0
829ns
|
Text 'T17.3+02:00' could not be parsed at index 0
815ns
|
Text 'T17.3+02:00' could not be parsed at index 0
819ns
|
Text 'T17.3+02:00' could not be parsed at index 0
949ns
|
Text 'T17.3+02:00' could not be parsed at index 0
938ns
|
|
|
| T17:22+02:00 |
Invalid format: "T17:22+02:00"
979ns
|
Text 'T17:22+02:00' could not be parsed at index 0
1109ns
|
Text 'T17:22+02:00' could not be parsed at index 0
973ns
|
Text 'T17:22+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22+02:00' could not be parsed at index 0
796ns
|
Text 'T17:22+02:00' could not be parsed at index 0
817ns
|
Text 'T17:22+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22+02:00' could not be parsed at index 0
800ns
|
Text 'T17:22+02:00' could not be parsed at index 0
825ns
|
Text 'T17:22+02:00' could not be parsed at index 0
815ns
|
Text 'T17:22+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22+02:00' could not be parsed at index 0
835ns
|
Text 'T17:22+02:00' could not be parsed at index 0
838ns
|
Text 'T17:22+02:00' could not be parsed at index 0
830ns
|
Text 'T17:22+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22+02:00' could not be parsed at index 0
808ns
|
Text 'T17:22+02:00' could not be parsed at index 0
957ns
|
Text 'T17:22+02:00' could not be parsed at index 0
930ns
|
|
|
| T17:22,1+02:00 |
Invalid format: "T17:22,1+02:00"
975ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
1112ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
978ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
810ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
829ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
836ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
819ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
828ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
833ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
844ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
828ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
819ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
953ns
|
Text 'T17:22,1+02:00' could not be parsed at index 0
954ns
|
|
|
| T17:22.1+02:00 |
Invalid format: "T17:22.1+02:00"
1034ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
1124ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
981ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
802ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
826ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
801ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
832ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
816ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
835ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
826ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
809ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
962ns
|
Text 'T17:22.1+02:00' could not be parsed at index 0
935ns
|
|
|
| T17:22:07+02:00 |
Invalid format: "T17:22:07+02:00"
978ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
1108ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
985ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
814ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
809ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
832ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
829ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
843ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
827ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
832ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
837ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
835ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
815ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
955ns
|
Text 'T17:22:07+02:00' could not be parsed at index 0
949ns
|
|
|
| T17:22:07.5+02:00 |
Invalid format: "T17:22:07.5+02:00"
1021ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
1144ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
986ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
800ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
826ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
798ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
817ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
819ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
836ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
833ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
823ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
812ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
963ns
|
Text 'T17:22:07.5+02:00' could not be parsed at index 0
935ns
|
|
|
| T17:22:07.53+02:00 |
Invalid format: "T17:22:07.53+02:00"
974ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
1109ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
986ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
816ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
807ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
817ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
816ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
804ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
817ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
829ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
833ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
836ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
815ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
954ns
|
Text 'T17:22:07.53+02:00' could not be parsed at index 0
939ns
|
|
|
| T17:22:07,534+02:00 |
Invalid format: "T17:22:07,534+02:00"
978ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
1121ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
973ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
795ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
794ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
815ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
830ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
824ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
826ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
811ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
961ns
|
Text 'T17:22:07,534+02:00' could not be parsed at index 0
931ns
|
|
|
| T17:22:07.534+02:00 |
Invalid format: "T17:22:07.534+02:00"
975ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
1108ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
982ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
815ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
806ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
824ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
813ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
818ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
831ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
857ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
858ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
871ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
859ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
838ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
835ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
957ns
|
Text 'T17:22:07.534+02:00' could not be parsed at index 0
944ns
|
|
|
| T17:22:07,534635+02:00 |
Invalid format: "T17:22:07,534635+02:00"
986ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
1133ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
1128ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
1271ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
1330ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
1091ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
853ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
813ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
843ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
897ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
890ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
865ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
958ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
816ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
983ns
|
Text 'T17:22:07,534635+02:00' could not be parsed at index 0
949ns
|
|
|
| T17:22:07.534635+02:00 |
Invalid format: "T17:22:07.534635+02:00"
988ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
1119ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
971ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
811ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
804ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
815ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
820ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
806ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
834ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
841ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
846ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
848ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
844ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
822ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
821ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
955ns
|
Text 'T17:22:07.534635+02:00' could not be parsed at index 0
947ns
|
|
|
| 1722 |
diff 9,541,988,135
203ns
|
Text '1722' could not be parsed at index 4
1157ns
|
Text '1722' could not be parsed at index 4
1034ns
|
Text '1722' could not be parsed at index 4
869ns
|
Text '1722' could not be parsed at index 4
836ns
|
Text '1722' could not be parsed at index 4
855ns
|
Text '1722' could not be parsed at index 4
850ns
|
Text '1722' could not be parsed at index 2
832ns
|
Text '1722' could not be parsed at index 2
860ns
|
Text '1722' could not be parsed at index 2
858ns
|
Text '1722' could not be parsed at index 4
866ns
|
Text '1722' could not be parsed at index 4
868ns
|
Text '1722' could not be parsed at index 4
876ns
|
Text '1722' could not be parsed at index 4
872ns
|
Text '1722' could not be parsed at index 4
853ns
|
Text '1722' could not be parsed at index 4
859ns
|
Text '1722' could not be parsed at index 4
1001ns
|
Text '1722' could not be parsed at index 4
1013ns
|
|
|
| 1722,1 |
Invalid format: "1722,1" is malformed at ",1"
1194ns
|
Text '1722,1' could not be parsed at index 4
1156ns
|
Text '1722,1' could not be parsed at index 4
1025ns
|
Text '1722,1' could not be parsed at index 4
856ns
|
Text '1722,1' could not be parsed at index 4
846ns
|
Text '1722,1' could not be parsed at index 4
861ns
|
Text '1722,1' could not be parsed at index 4
861ns
|
Text '1722,1' could not be parsed at index 2
837ns
|
Text '1722,1' could not be parsed at index 2
862ns
|
Text '1722,1' could not be parsed at index 2
872ns
|
Text '1722,1' could not be parsed at index 4
873ns
|
Text '1722,1' could not be parsed at index 4
883ns
|
Text '1722,1' could not be parsed at index 4
894ns
|
Text '1722,1' could not be parsed at index 4
874ns
|
Text '1722,1' could not be parsed at index 4
858ns
|
Text '1722,1' could not be parsed at index 4
857ns
|
Text '1722,1' could not be parsed at index 4
1021ns
|
Text '1722,1' could not be parsed at index 4
1049ns
|
|
|
| 1722.1 |
Invalid format: "1722.1" is malformed at ".1"
1186ns
|
Text '1722.1' could not be parsed at index 4
1162ns
|
Text '1722.1' could not be parsed at index 4
1021ns
|
Text '1722.1' could not be parsed at index 4
860ns
|
Text '1722.1' could not be parsed at index 4
835ns
|
Text '1722.1' could not be parsed at index 4
853ns
|
Text '1722.1' could not be parsed at index 4
861ns
|
Text '1722.1' could not be parsed at index 2
832ns
|
Text '1722.1' could not be parsed at index 2
866ns
|
Text '1722.1' could not be parsed at index 2
872ns
|
Text '1722.1' could not be parsed at index 4
883ns
|
Text '1722.1' could not be parsed at index 4
895ns
|
Text '1722.1' could not be parsed at index 4
898ns
|
Text '1722.1' could not be parsed at index 4
884ns
|
Text '1722.1' could not be parsed at index 4
854ns
|
Text '1722.1' could not be parsed at index 4
858ns
|
Text '1722.1' could not be parsed at index 4
1028ns
|
Text '1722.1' could not be parsed at index 4
1015ns
|
|
|
| 172207 |
diff -5,370,444,920,273
366ns
|
Text '172207' could not be parsed at index 0
1121ns
|
Text '172207' could not be parsed at index 0
980ns
|
Text '172207' could not be parsed at index 6
869ns
|
Text '172207' could not be parsed at index 0
786ns
|
Text '172207' could not be parsed at index 0
811ns
|
Text '172207' could not be parsed at index 0
815ns
|
Text '172207' could not be parsed at index 2
820ns
|
Text '172207' could not be parsed at index 2
841ns
|
Text '172207' could not be parsed at index 2
846ns
|
Text '172207' could not be parsed at index 0
809ns
|
Text '172207' could not be parsed at index 0
824ns
|
Text '172207' could not be parsed at index 0
845ns
|
Text '172207' could not be parsed at index 0
830ns
|
Text '172207' could not be parsed at index 0
822ns
|
Text '172207' could not be parsed at index 0
814ns
|
Text '172207' could not be parsed at index 0
961ns
|
Text '172207' could not be parsed at index 6
999ns
|
|
|
| 172207.5 |
Invalid format: "172207.5" is malformed at ".5"
1176ns
|
Text '172207.5' could not be parsed at index 0
1108ns
|
Text '172207.5' could not be parsed at index 0
969ns
|
Text '172207.5' could not be parsed at index 6
864ns
|
Text '172207.5' could not be parsed at index 0
796ns
|
Text '172207.5' could not be parsed at index 0
805ns
|
Text '172207.5' could not be parsed at index 0
802ns
|
Text '172207.5' could not be parsed at index 2
816ns
|
Text '172207.5' could not be parsed at index 2
843ns
|
Text '172207.5' could not be parsed at index 2
853ns
|
Text '172207.5' could not be parsed at index 0
810ns
|
Text '172207.5' could not be parsed at index 0
822ns
|
Text '172207.5' could not be parsed at index 0
845ns
|
Text '172207.5' could not be parsed at index 0
820ns
|
Text '172207.5' could not be parsed at index 0
806ns
|
Text '172207.5' could not be parsed at index 0
810ns
|
Text '172207.5' could not be parsed at index 0
950ns
|
Text '172207.5' could not be parsed at index 6
1025ns
|
|
|
| 172207.53 |
Invalid format: "172207.53" is malformed at ".53"
1191ns
|
Text '172207.53' could not be parsed at index 0
1120ns
|
Text '172207.53' could not be parsed at index 0
1007ns
|
Text '172207.53' could not be parsed at index 6
878ns
|
Text '172207.53' could not be parsed at index 0
807ns
|
Text '172207.53' could not be parsed at index 0
816ns
|
Text '172207.53' could not be parsed at index 0
816ns
|
Text '172207.53' could not be parsed at index 2
835ns
|
Text '172207.53' could not be parsed at index 2
853ns
|
Text '172207.53' could not be parsed at index 2
860ns
|
Text '172207.53' could not be parsed at index 0
820ns
|
Text '172207.53' could not be parsed at index 0
830ns
|
Text '172207.53' could not be parsed at index 0
846ns
|
Text '172207.53' could not be parsed at index 0
836ns
|
Text '172207.53' could not be parsed at index 0
831ns
|
Text '172207.53' could not be parsed at index 0
828ns
|
Text '172207.53' could not be parsed at index 0
968ns
|
Text '172207.53' could not be parsed at index 6
1081ns
|
|
|
| 172207,534 |
Invalid format: "172207,534" is malformed at ",534"
1227ns
|
Text '172207,534' could not be parsed at index 0
1205ns
|
Text '172207,534' could not be parsed at index 0
1019ns
|
Text '172207,534' could not be parsed at index 6
901ns
|
Text '172207,534' could not be parsed at index 0
822ns
|
Text '172207,534' could not be parsed at index 0
816ns
|
Text '172207,534' could not be parsed at index 0
809ns
|
Text '172207,534' could not be parsed at index 2
834ns
|
Text '172207,534' could not be parsed at index 2
846ns
|
Text '172207,534' could not be parsed at index 2
850ns
|
Text '172207,534' could not be parsed at index 0
823ns
|
Text '172207,534' could not be parsed at index 0
842ns
|
Text '172207,534' could not be parsed at index 0
844ns
|
Text '172207,534' could not be parsed at index 0
875ns
|
Text '172207,534' could not be parsed at index 0
854ns
|
Text '172207,534' could not be parsed at index 0
857ns
|
Text '172207,534' could not be parsed at index 0
947ns
|
Text '172207,534' could not be parsed at index 6
1039ns
|
|
|
| 172207.534 |
Invalid format: "172207.534" is malformed at ".534"
1259ns
|
Text '172207.534' could not be parsed at index 0
1198ns
|
Text '172207.534' could not be parsed at index 0
985ns
|
Text '172207.534' could not be parsed at index 6
869ns
|
Text '172207.534' could not be parsed at index 0
792ns
|
Text '172207.534' could not be parsed at index 0
818ns
|
Text '172207.534' could not be parsed at index 0
823ns
|
Text '172207.534' could not be parsed at index 2
824ns
|
Text '172207.534' could not be parsed at index 2
846ns
|
Text '172207.534' could not be parsed at index 2
841ns
|
Text '172207.534' could not be parsed at index 0
815ns
|
Text '172207.534' could not be parsed at index 0
816ns
|
Text '172207.534' could not be parsed at index 0
829ns
|
Text '172207.534' could not be parsed at index 0
823ns
|
Text '172207.534' could not be parsed at index 0
802ns
|
Text '172207.534' could not be parsed at index 0
798ns
|
Text '172207.534' could not be parsed at index 0
948ns
|
Text '172207.534' could not be parsed at index 6
1008ns
|
|
|
| 172207,534635 |
Invalid format: "172207,534635" is malformed at ",534635"
1210ns
|
Text '172207,534635' could not be parsed at index 0
1125ns
|
Text '172207,534635' could not be parsed at index 0
994ns
|
Text '172207,534635' could not be parsed at index 6
888ns
|
Text '172207,534635' could not be parsed at index 0
805ns
|
Text '172207,534635' could not be parsed at index 0
821ns
|
Text '172207,534635' could not be parsed at index 0
810ns
|
Text '172207,534635' could not be parsed at index 2
818ns
|
Text '172207,534635' could not be parsed at index 2
846ns
|
Text '172207,534635' could not be parsed at index 2
843ns
|
Text '172207,534635' could not be parsed at index 0
822ns
|
Text '172207,534635' could not be parsed at index 0
825ns
|
Text '172207,534635' could not be parsed at index 0
837ns
|
Text '172207,534635' could not be parsed at index 0
831ns
|
Text '172207,534635' could not be parsed at index 0
822ns
|
Text '172207,534635' could not be parsed at index 0
817ns
|
Text '172207,534635' could not be parsed at index 0
978ns
|
Text '172207,534635' could not be parsed at index 6
1044ns
|
|
|
| 172207.534635 |
Invalid format: "172207.534635" is malformed at ".534635"
1197ns
|
Text '172207.534635' could not be parsed at index 0
1117ns
|
Text '172207.534635' could not be parsed at index 0
987ns
|
Text '172207.534635' could not be parsed at index 6
879ns
|
Text '172207.534635' could not be parsed at index 0
798ns
|
Text '172207.534635' could not be parsed at index 0
835ns
|
Text '172207.534635' could not be parsed at index 0
825ns
|
Text '172207.534635' could not be parsed at index 2
841ns
|
Text '172207.534635' could not be parsed at index 2
870ns
|
Text '172207.534635' could not be parsed at index 2
863ns
|
Text '172207.534635' could not be parsed at index 0
824ns
|
Text '172207.534635' could not be parsed at index 0
836ns
|
Text '172207.534635' could not be parsed at index 0
844ns
|
Text '172207.534635' could not be parsed at index 0
851ns
|
Text '172207.534635' could not be parsed at index 0
815ns
|
Text '172207.534635' could not be parsed at index 0
816ns
|
Text '172207.534635' could not be parsed at index 0
962ns
|
Text '172207.534635' could not be parsed at index 6
1022ns
|
|
|
| 1522Z |
Invalid format: "1522Z" is malformed at "Z"
1191ns
|
Text '1522Z' could not be parsed at index 4
1167ns
|
Text '1522Z' could not be parsed at index 4
1026ns
|
Text '1522Z' could not be parsed at index 4
864ns
|
Text '1522Z' could not be parsed at index 4
860ns
|
Text '1522Z' could not be parsed at index 4
921ns
|
Text '1522Z' could not be parsed at index 4
905ns
|
Text '1522Z' could not be parsed at index 2
857ns
|
Text '1522Z' could not be parsed at index 2
853ns
|
Text '1522Z' could not be parsed at index 2
848ns
|
Text '1522Z' could not be parsed at index 4
861ns
|
Text '1522Z' could not be parsed at index 4
865ns
|
Text '1522Z' could not be parsed at index 4
884ns
|
Text '1522Z' could not be parsed at index 4
888ns
|
Text '1522Z' could not be parsed at index 4
859ns
|
Text '1522Z' could not be parsed at index 4
855ns
|
Text '1522Z' could not be parsed at index 4
1009ns
|
Text '1522Z' could not be parsed at index 4
1019ns
|
|
|
| 1522,1Z |
Invalid format: "1522,1Z" is malformed at ",1Z"
1183ns
|
Text '1522,1Z' could not be parsed at index 4
1146ns
|
Text '1522,1Z' could not be parsed at index 4
1025ns
|
Text '1522,1Z' could not be parsed at index 4
857ns
|
Text '1522,1Z' could not be parsed at index 4
849ns
|
Text '1522,1Z' could not be parsed at index 4
866ns
|
Text '1522,1Z' could not be parsed at index 4
865ns
|
Text '1522,1Z' could not be parsed at index 2
844ns
|
Text '1522,1Z' could not be parsed at index 2
865ns
|
Text '1522,1Z' could not be parsed at index 2
863ns
|
Text '1522,1Z' could not be parsed at index 4
856ns
|
Text '1522,1Z' could not be parsed at index 4
865ns
|
Text '1522,1Z' could not be parsed at index 4
882ns
|
Text '1522,1Z' could not be parsed at index 4
869ns
|
Text '1522,1Z' could not be parsed at index 4
855ns
|
Text '1522,1Z' could not be parsed at index 4
851ns
|
Text '1522,1Z' could not be parsed at index 4
997ns
|
Text '1522,1Z' could not be parsed at index 4
1022ns
|
|
|
| 1522.1Z |
Invalid format: "1522.1Z" is malformed at ".1Z"
1187ns
|
Text '1522.1Z' could not be parsed at index 4
1166ns
|
Text '1522.1Z' could not be parsed at index 4
1035ns
|
Text '1522.1Z' could not be parsed at index 4
863ns
|
Text '1522.1Z' could not be parsed at index 4
840ns
|
Text '1522.1Z' could not be parsed at index 4
863ns
|
Text '1522.1Z' could not be parsed at index 4
890ns
|
Text '1522.1Z' could not be parsed at index 2
871ns
|
Text '1522.1Z' could not be parsed at index 2
897ns
|
Text '1522.1Z' could not be parsed at index 2
894ns
|
Text '1522.1Z' could not be parsed at index 4
888ns
|
Text '1522.1Z' could not be parsed at index 4
879ns
|
Text '1522.1Z' could not be parsed at index 4
891ns
|
Text '1522.1Z' could not be parsed at index 4
879ns
|
Text '1522.1Z' could not be parsed at index 4
858ns
|
Text '1522.1Z' could not be parsed at index 4
862ns
|
Text '1522.1Z' could not be parsed at index 4
1006ns
|
Text '1522.1Z' could not be parsed at index 4
1029ns
|
|
|
| 152207Z |
Invalid format: "152207Z" is malformed at "Z"
1248ns
|
Text '152207Z' could not be parsed at index 0
1167ns
|
Text '152207Z' could not be parsed at index 0
1069ns
|
Text '152207Z' could not be parsed at index 6
912ns
|
Text '152207Z' could not be parsed at index 0
808ns
|
Text '152207Z' could not be parsed at index 0
826ns
|
Text '152207Z' could not be parsed at index 0
817ns
|
Text '152207Z' could not be parsed at index 2
833ns
|
Text '152207Z' could not be parsed at index 2
854ns
|
Text '152207Z' could not be parsed at index 2
856ns
|
Text '152207Z' could not be parsed at index 0
826ns
|
Text '152207Z' could not be parsed at index 0
828ns
|
Text '152207Z' could not be parsed at index 0
844ns
|
Text '152207Z' could not be parsed at index 0
842ns
|
Text '152207Z' could not be parsed at index 0
815ns
|
Text '152207Z' could not be parsed at index 0
815ns
|
Text '152207Z' could not be parsed at index 0
963ns
|
Text '152207Z' could not be parsed at index 6
1027ns
|
|
|
| 152207.5Z |
Invalid format: "152207.5Z" is malformed at ".5Z"
1231ns
|
Text '152207.5Z' could not be parsed at index 0
1118ns
|
Text '152207.5Z' could not be parsed at index 0
985ns
|
Text '152207.5Z' could not be parsed at index 6
888ns
|
Text '152207.5Z' could not be parsed at index 0
804ns
|
Text '152207.5Z' could not be parsed at index 0
832ns
|
Text '152207.5Z' could not be parsed at index 0
818ns
|
Text '152207.5Z' could not be parsed at index 2
831ns
|
Text '152207.5Z' could not be parsed at index 2
860ns
|
Text '152207.5Z' could not be parsed at index 2
855ns
|
Text '152207.5Z' could not be parsed at index 0
826ns
|
Text '152207.5Z' could not be parsed at index 0
833ns
|
Text '152207.5Z' could not be parsed at index 0
845ns
|
Text '152207.5Z' could not be parsed at index 0
840ns
|
Text '152207.5Z' could not be parsed at index 0
812ns
|
Text '152207.5Z' could not be parsed at index 0
819ns
|
Text '152207.5Z' could not be parsed at index 0
967ns
|
Text '152207.5Z' could not be parsed at index 6
1027ns
|
|
|
| 152207.53Z |
Invalid format: "152207.53Z" is malformed at ".53Z"
1200ns
|
Text '152207.53Z' could not be parsed at index 0
1124ns
|
Text '152207.53Z' could not be parsed at index 0
977ns
|
Text '152207.53Z' could not be parsed at index 6
888ns
|
Text '152207.53Z' could not be parsed at index 0
806ns
|
Text '152207.53Z' could not be parsed at index 0
838ns
|
Text '152207.53Z' could not be parsed at index 0
823ns
|
Text '152207.53Z' could not be parsed at index 2
831ns
|
Text '152207.53Z' could not be parsed at index 2
840ns
|
Text '152207.53Z' could not be parsed at index 2
838ns
|
Text '152207.53Z' could not be parsed at index 0
831ns
|
Text '152207.53Z' could not be parsed at index 0
837ns
|
Text '152207.53Z' could not be parsed at index 0
842ns
|
Text '152207.53Z' could not be parsed at index 0
832ns
|
Text '152207.53Z' could not be parsed at index 0
849ns
|
Text '152207.53Z' could not be parsed at index 0
855ns
|
Text '152207.53Z' could not be parsed at index 0
996ns
|
Text '152207.53Z' could not be parsed at index 6
1071ns
|
|
|
| 152207,534Z |
Invalid format: "152207,534Z" is malformed at ",534Z"
1337ns
|
Text '152207,534Z' could not be parsed at index 0
1146ns
|
Text '152207,534Z' could not be parsed at index 0
980ns
|
Text '152207,534Z' could not be parsed at index 6
891ns
|
Text '152207,534Z' could not be parsed at index 0
808ns
|
Text '152207,534Z' could not be parsed at index 0
828ns
|
Text '152207,534Z' could not be parsed at index 0
884ns
|
Text '152207,534Z' could not be parsed at index 2
1051ns
|
Text '152207,534Z' could not be parsed at index 2
898ns
|
Text '152207,534Z' could not be parsed at index 2
901ns
|
Text '152207,534Z' could not be parsed at index 0
864ns
|
Text '152207,534Z' could not be parsed at index 0
902ns
|
Text '152207,534Z' could not be parsed at index 0
850ns
|
Text '152207,534Z' could not be parsed at index 0
825ns
|
Text '152207,534Z' could not be parsed at index 0
819ns
|
Text '152207,534Z' could not be parsed at index 0
816ns
|
Text '152207,534Z' could not be parsed at index 0
985ns
|
Text '152207,534Z' could not be parsed at index 6
1020ns
|
|
|
| 152207.534Z |
Invalid format: "152207.534Z" is malformed at ".534Z"
1182ns
|
Text '152207.534Z' could not be parsed at index 0
1109ns
|
Text '152207.534Z' could not be parsed at index 0
975ns
|
Text '152207.534Z' could not be parsed at index 6
874ns
|
Text '152207.534Z' could not be parsed at index 0
788ns
|
Text '152207.534Z' could not be parsed at index 0
809ns
|
Text '152207.534Z' could not be parsed at index 0
817ns
|
Text '152207.534Z' could not be parsed at index 2
820ns
|
Text '152207.534Z' could not be parsed at index 2
865ns
|
Text '152207.534Z' could not be parsed at index 2
862ns
|
Text '152207.534Z' could not be parsed at index 0
830ns
|
Text '152207.534Z' could not be parsed at index 0
842ns
|
Text '152207.534Z' could not be parsed at index 0
847ns
|
Text '152207.534Z' could not be parsed at index 0
822ns
|
Text '152207.534Z' could not be parsed at index 0
816ns
|
Text '152207.534Z' could not be parsed at index 0
806ns
|
Text '152207.534Z' could not be parsed at index 0
963ns
|
Text '152207.534Z' could not be parsed at index 6
1011ns
|
|
|
| 152207,534635Z |
Invalid format: "152207,534635Z" is malformed at ",534635Z"
1171ns
|
Text '152207,534635Z' could not be parsed at index 0
1109ns
|
Text '152207,534635Z' could not be parsed at index 0
969ns
|
Text '152207,534635Z' could not be parsed at index 6
868ns
|
Text '152207,534635Z' could not be parsed at index 0
799ns
|
Text '152207,534635Z' could not be parsed at index 0
808ns
|
Text '152207,534635Z' could not be parsed at index 0
816ns
|
Text '152207,534635Z' could not be parsed at index 2
825ns
|
Text '152207,534635Z' could not be parsed at index 2
841ns
|
Text '152207,534635Z' could not be parsed at index 2
849ns
|
Text '152207,534635Z' could not be parsed at index 0
805ns
|
Text '152207,534635Z' could not be parsed at index 0
826ns
|
Text '152207,534635Z' could not be parsed at index 0
851ns
|
Text '152207,534635Z' could not be parsed at index 0
830ns
|
Text '152207,534635Z' could not be parsed at index 0
817ns
|
Text '152207,534635Z' could not be parsed at index 0
812ns
|
Text '152207,534635Z' could not be parsed at index 0
953ns
|
Text '152207,534635Z' could not be parsed at index 6
1015ns
|
|
|
| 152207.534635Z |
Invalid format: "152207.534635Z" is malformed at ".534635Z"
1169ns
|
Text '152207.534635Z' could not be parsed at index 0
1100ns
|
Text '152207.534635Z' could not be parsed at index 0
981ns
|
Text '152207.534635Z' could not be parsed at index 6
865ns
|
Text '152207.534635Z' could not be parsed at index 0
798ns
|
Text '152207.534635Z' could not be parsed at index 0
808ns
|
Text '152207.534635Z' could not be parsed at index 0
809ns
|
Text '152207.534635Z' could not be parsed at index 2
820ns
|
Text '152207.534635Z' could not be parsed at index 2
838ns
|
Text '152207.534635Z' could not be parsed at index 2
846ns
|
Text '152207.534635Z' could not be parsed at index 0
807ns
|
Text '152207.534635Z' could not be parsed at index 0
817ns
|
Text '152207.534635Z' could not be parsed at index 0
839ns
|
Text '152207.534635Z' could not be parsed at index 0
820ns
|
Text '152207.534635Z' could not be parsed at index 0
812ns
|
Text '152207.534635Z' could not be parsed at index 0
800ns
|
Text '152207.534635Z' could not be parsed at index 0
941ns
|
Text '152207.534635Z' could not be parsed at index 6
1013ns
|
|
|
| 1722+02 |
Invalid format: "1722+02" is malformed at "+02"
1156ns
|
Text '1722+02' could not be parsed at index 4
1129ns
|
Text '1722+02' could not be parsed at index 4
1009ns
|
Text '1722+02' could not be parsed at index 4
847ns
|
Text '1722+02' could not be parsed at index 4
826ns
|
Text '1722+02' could not be parsed at index 4
843ns
|
Text '1722+02' could not be parsed at index 4
853ns
|
Text '1722+02' could not be parsed at index 2
815ns
|
Text '1722+02' could not be parsed at index 2
843ns
|
Text '1722+02' could not be parsed at index 2
853ns
|
Text '1722+02' could not be parsed at index 4
848ns
|
Text '1722+02' could not be parsed at index 4
861ns
|
Text '1722+02' could not be parsed at index 4
863ns
|
Text '1722+02' could not be parsed at index 4
854ns
|
Text '1722+02' could not be parsed at index 4
840ns
|
Text '1722+02' could not be parsed at index 4
837ns
|
Text '1722+02' could not be parsed at index 4
993ns
|
Text '1722+02' could not be parsed at index 4
1012ns
|
|
|
| 1722,1+02 |
Invalid format: "1722,1+02" is malformed at ",1+02"
1160ns
|
Text '1722,1+02' could not be parsed at index 4
1139ns
|
Text '1722,1+02' could not be parsed at index 4
1012ns
|
Text '1722,1+02' could not be parsed at index 4
849ns
|
Text '1722,1+02' could not be parsed at index 4
821ns
|
Text '1722,1+02' could not be parsed at index 4
852ns
|
Text '1722,1+02' could not be parsed at index 4
843ns
|
Text '1722,1+02' could not be parsed at index 2
818ns
|
Text '1722,1+02' could not be parsed at index 2
852ns
|
Text '1722,1+02' could not be parsed at index 2
848ns
|
Text '1722,1+02' could not be parsed at index 4
854ns
|
Text '1722,1+02' could not be parsed at index 4
859ns
|
Text '1722,1+02' could not be parsed at index 4
871ns
|
Text '1722,1+02' could not be parsed at index 4
854ns
|
Text '1722,1+02' could not be parsed at index 4
835ns
|
Text '1722,1+02' could not be parsed at index 4
846ns
|
Text '1722,1+02' could not be parsed at index 4
988ns
|
Text '1722,1+02' could not be parsed at index 4
1015ns
|
|
|
| 1722.1+02 |
Invalid format: "1722.1+02" is malformed at ".1+02"
1165ns
|
Text '1722.1+02' could not be parsed at index 4
1127ns
|
Text '1722.1+02' could not be parsed at index 4
1021ns
|
Text '1722.1+02' could not be parsed at index 4
841ns
|
Text '1722.1+02' could not be parsed at index 4
831ns
|
Text '1722.1+02' could not be parsed at index 4
849ns
|
Text '1722.1+02' could not be parsed at index 4
860ns
|
Text '1722.1+02' could not be parsed at index 2
819ns
|
Text '1722.1+02' could not be parsed at index 2
845ns
|
Text '1722.1+02' could not be parsed at index 2
851ns
|
Text '1722.1+02' could not be parsed at index 4
850ns
|
Text '1722.1+02' could not be parsed at index 4
867ns
|
Text '1722.1+02' could not be parsed at index 4
869ns
|
Text '1722.1+02' could not be parsed at index 4
859ns
|
Text '1722.1+02' could not be parsed at index 4
846ns
|
Text '1722.1+02' could not be parsed at index 4
842ns
|
Text '1722.1+02' could not be parsed at index 4
994ns
|
Text '1722.1+02' could not be parsed at index 4
1005ns
|
|
|
| 172207+02 |
Invalid format: "172207+02" is malformed at "+02"
1168ns
|
Text '172207+02' could not be parsed at index 0
1100ns
|
Text '172207+02' could not be parsed at index 0
971ns
|
Text '172207+02' could not be parsed at index 6
872ns
|
Text '172207+02' could not be parsed at index 0
790ns
|
Text '172207+02' could not be parsed at index 0
813ns
|
Text '172207+02' could not be parsed at index 0
820ns
|
Text '172207+02' could not be parsed at index 2
822ns
|
Text '172207+02' could not be parsed at index 2
854ns
|
Text '172207+02' could not be parsed at index 2
845ns
|
Text '172207+02' could not be parsed at index 0
811ns
|
Text '172207+02' could not be parsed at index 0
827ns
|
Text '172207+02' could not be parsed at index 0
831ns
|
Text '172207+02' could not be parsed at index 0
822ns
|
Text '172207+02' could not be parsed at index 0
815ns
|
Text '172207+02' could not be parsed at index 0
825ns
|
Text '172207+02' could not be parsed at index 0
980ns
|
Text '172207+02' could not be parsed at index 6
1041ns
|
|
|
| 172207.5+02 |
Invalid format: "172207.5+02" is malformed at ".5+02"
1193ns
|
Text '172207.5+02' could not be parsed at index 0
1113ns
|
Text '172207.5+02' could not be parsed at index 0
992ns
|
Text '172207.5+02' could not be parsed at index 6
884ns
|
Text '172207.5+02' could not be parsed at index 0
810ns
|
Text '172207.5+02' could not be parsed at index 0
842ns
|
Text '172207.5+02' could not be parsed at index 0
846ns
|
Text '172207.5+02' could not be parsed at index 2
868ns
|
Text '172207.5+02' could not be parsed at index 2
885ns
|
Text '172207.5+02' could not be parsed at index 2
884ns
|
Text '172207.5+02' could not be parsed at index 0
834ns
|
Text '172207.5+02' could not be parsed at index 0
847ns
|
Text '172207.5+02' could not be parsed at index 0
841ns
|
Text '172207.5+02' could not be parsed at index 0
834ns
|
Text '172207.5+02' could not be parsed at index 0
827ns
|
Text '172207.5+02' could not be parsed at index 0
823ns
|
Text '172207.5+02' could not be parsed at index 0
967ns
|
Text '172207.5+02' could not be parsed at index 6
1032ns
|
|
|
| 172207.53+02 |
Invalid format: "172207.53+02" is malformed at ".53+02"
1185ns
|
Text '172207.53+02' could not be parsed at index 0
1109ns
|
Text '172207.53+02' could not be parsed at index 0
1008ns
|
Text '172207.53+02' could not be parsed at index 6
894ns
|
Text '172207.53+02' could not be parsed at index 0
822ns
|
Text '172207.53+02' could not be parsed at index 0
943ns
|
Text '172207.53+02' could not be parsed at index 0
974ns
|
Text '172207.53+02' could not be parsed at index 2
911ns
|
Text '172207.53+02' could not be parsed at index 2
864ns
|
Text '172207.53+02' could not be parsed at index 2
868ns
|
Text '172207.53+02' could not be parsed at index 0
827ns
|
Text '172207.53+02' could not be parsed at index 0
838ns
|
Text '172207.53+02' could not be parsed at index 0
846ns
|
Text '172207.53+02' could not be parsed at index 0
833ns
|
Text '172207.53+02' could not be parsed at index 0
825ns
|
Text '172207.53+02' could not be parsed at index 0
811ns
|
Text '172207.53+02' could not be parsed at index 0
950ns
|
Text '172207.53+02' could not be parsed at index 6
1014ns
|
|
|
| 172207,534+02 |
Invalid format: "172207,534+02" is malformed at ",534+02"
1169ns
|
Text '172207,534+02' could not be parsed at index 0
1097ns
|
Text '172207,534+02' could not be parsed at index 0
982ns
|
Text '172207,534+02' could not be parsed at index 6
881ns
|
Text '172207,534+02' could not be parsed at index 0
809ns
|
Text '172207,534+02' could not be parsed at index 0
827ns
|
Text '172207,534+02' could not be parsed at index 0
821ns
|
Text '172207,534+02' could not be parsed at index 2
833ns
|
Text '172207,534+02' could not be parsed at index 2
853ns
|
Text '172207,534+02' could not be parsed at index 2
857ns
|
Text '172207,534+02' could not be parsed at index 0
824ns
|
Text '172207,534+02' could not be parsed at index 0
829ns
|
Text '172207,534+02' could not be parsed at index 0
841ns
|
Text '172207,534+02' could not be parsed at index 0
828ns
|
Text '172207,534+02' could not be parsed at index 0
817ns
|
Text '172207,534+02' could not be parsed at index 0
818ns
|
Text '172207,534+02' could not be parsed at index 0
952ns
|
Text '172207,534+02' could not be parsed at index 6
1030ns
|
|
|
| 172207.534+02 |
Invalid format: "172207.534+02" is malformed at ".534+02"
1183ns
|
Text '172207.534+02' could not be parsed at index 0
1091ns
|
Text '172207.534+02' could not be parsed at index 0
977ns
|
Text '172207.534+02' could not be parsed at index 6
869ns
|
Text '172207.534+02' could not be parsed at index 0
802ns
|
Text '172207.534+02' could not be parsed at index 0
816ns
|
Text '172207.534+02' could not be parsed at index 0
814ns
|
Text '172207.534+02' could not be parsed at index 2
825ns
|
Text '172207.534+02' could not be parsed at index 2
844ns
|
Text '172207.534+02' could not be parsed at index 2
856ns
|
Text '172207.534+02' could not be parsed at index 0
819ns
|
Text '172207.534+02' could not be parsed at index 0
824ns
|
Text '172207.534+02' could not be parsed at index 0
845ns
|
Text '172207.534+02' could not be parsed at index 0
856ns
|
Text '172207.534+02' could not be parsed at index 0
848ns
|
Text '172207.534+02' could not be parsed at index 0
843ns
|
Text '172207.534+02' could not be parsed at index 0
988ns
|
Text '172207.534+02' could not be parsed at index 6
1039ns
|
|
|
| 172207,534635+02 |
Invalid format: "172207,534635+02" is malformed at ",534635+02"
1211ns
|
Text '172207,534635+02' could not be parsed at index 0
1142ns
|
Text '172207,534635+02' could not be parsed at index 0
1023ns
|
Text '172207,534635+02' could not be parsed at index 6
911ns
|
Text '172207,534635+02' could not be parsed at index 0
808ns
|
Text '172207,534635+02' could not be parsed at index 0
819ns
|
Text '172207,534635+02' could not be parsed at index 0
816ns
|
Text '172207,534635+02' could not be parsed at index 2
831ns
|
Text '172207,534635+02' could not be parsed at index 2
850ns
|
Text '172207,534635+02' could not be parsed at index 2
860ns
|
Text '172207,534635+02' could not be parsed at index 0
818ns
|
Text '172207,534635+02' could not be parsed at index 0
838ns
|
Text '172207,534635+02' could not be parsed at index 0
862ns
|
Text '172207,534635+02' could not be parsed at index 0
848ns
|
Text '172207,534635+02' could not be parsed at index 0
836ns
|
Text '172207,534635+02' could not be parsed at index 0
835ns
|
Text '172207,534635+02' could not be parsed at index 0
959ns
|
Text '172207,534635+02' could not be parsed at index 6
1028ns
|
|
|
| 172207.534635+02 |
Invalid format: "172207.534635+02" is malformed at ".534635+02"
1185ns
|
Text '172207.534635+02' could not be parsed at index 0
1095ns
|
Text '172207.534635+02' could not be parsed at index 0
986ns
|
Text '172207.534635+02' could not be parsed at index 6
870ns
|
Text '172207.534635+02' could not be parsed at index 0
799ns
|
Text '172207.534635+02' could not be parsed at index 0
815ns
|
Text '172207.534635+02' could not be parsed at index 0
813ns
|
Text '172207.534635+02' could not be parsed at index 2
828ns
|
Text '172207.534635+02' could not be parsed at index 2
847ns
|
Text '172207.534635+02' could not be parsed at index 2
848ns
|
Text '172207.534635+02' could not be parsed at index 0
829ns
|
Text '172207.534635+02' could not be parsed at index 0
832ns
|
Text '172207.534635+02' could not be parsed at index 0
844ns
|
Text '172207.534635+02' could not be parsed at index 0
827ns
|
Text '172207.534635+02' could not be parsed at index 0
809ns
|
Text '172207.534635+02' could not be parsed at index 0
819ns
|
Text '172207.534635+02' could not be parsed at index 0
954ns
|
Text '172207.534635+02' could not be parsed at index 6
1027ns
|
|
|
| 17+0200 |
Invalid format: "17+0200" is malformed at "+0200"
1168ns
|
Text '17+0200' could not be parsed at index 0
1087ns
|
Text '17+0200' could not be parsed at index 0
974ns
|
Text '17+0200' could not be parsed at index 0
798ns
|
Text '17+0200' could not be parsed at index 0
786ns
|
Text '17+0200' could not be parsed at index 0
817ns
|
Text '17+0200' could not be parsed at index 0
816ns
|
Text '17+0200' could not be parsed at index 2
838ns
|
Text '17+0200' could not be parsed at index 2
860ns
|
Text '17+0200' could not be parsed at index 2
848ns
|
Text '17+0200' could not be parsed at index 0
817ns
|
Text '17+0200' could not be parsed at index 0
814ns
|
Text '17+0200' could not be parsed at index 0
821ns
|
Text '17+0200' could not be parsed at index 0
826ns
|
Text '17+0200' could not be parsed at index 0
796ns
|
Text '17+0200' could not be parsed at index 0
794ns
|
Text '17+0200' could not be parsed at index 0
951ns
|
Text '17+0200' could not be parsed at index 2
1001ns
|
|
|
| 17,3+0200 |
Invalid format: "17,3+0200" is malformed at ",3+0200"
1155ns
|
Text '17,3+0200' could not be parsed at index 0
1088ns
|
Text '17,3+0200' could not be parsed at index 0
962ns
|
Text '17,3+0200' could not be parsed at index 0
809ns
|
Text '17,3+0200' could not be parsed at index 0
790ns
|
Text '17,3+0200' could not be parsed at index 0
821ns
|
Text '17,3+0200' could not be parsed at index 0
809ns
|
Text '17,3+0200' could not be parsed at index 2
820ns
|
Text '17,3+0200' could not be parsed at index 2
856ns
|
Text '17,3+0200' could not be parsed at index 2
848ns
|
Text '17,3+0200' could not be parsed at index 0
813ns
|
Text '17,3+0200' could not be parsed at index 0
829ns
|
Text '17,3+0200' could not be parsed at index 0
823ns
|
Text '17,3+0200' could not be parsed at index 0
826ns
|
Text '17,3+0200' could not be parsed at index 0
804ns
|
Text '17,3+0200' could not be parsed at index 0
798ns
|
Text '17,3+0200' could not be parsed at index 0
951ns
|
Text '17,3+0200' could not be parsed at index 2
1010ns
|
|
|
| 17.3+0200 |
Invalid format: "17.3+0200" is malformed at ".3+0200"
1157ns
|
Text '17.3+0200' could not be parsed at index 0
1101ns
|
Text '17.3+0200' could not be parsed at index 0
960ns
|
Text '17.3+0200' could not be parsed at index 0
811ns
|
Text '17.3+0200' could not be parsed at index 0
788ns
|
Text '17.3+0200' could not be parsed at index 0
806ns
|
Text '17.3+0200' could not be parsed at index 0
815ns
|
Text '17.3+0200' could not be parsed at index 2
817ns
|
Text '17.3+0200' could not be parsed at index 2
847ns
|
Text '17.3+0200' could not be parsed at index 2
857ns
|
Text '17.3+0200' could not be parsed at index 0
806ns
|
Text '17.3+0200' could not be parsed at index 0
822ns
|
Text '17.3+0200' could not be parsed at index 0
821ns
|
Text '17.3+0200' could not be parsed at index 0
816ns
|
Text '17.3+0200' could not be parsed at index 0
820ns
|
Text '17.3+0200' could not be parsed at index 0
821ns
|
Text '17.3+0200' could not be parsed at index 0
979ns
|
Text '17.3+0200' could not be parsed at index 2
1027ns
|
|
|
| 1722+0200 |
Invalid format: "1722+0200" is malformed at "+0200"
1183ns
|
Text '1722+0200' could not be parsed at index 4
1155ns
|
Text '1722+0200' could not be parsed at index 4
1019ns
|
Text '1722+0200' could not be parsed at index 4
864ns
|
Text '1722+0200' could not be parsed at index 4
838ns
|
Text '1722+0200' could not be parsed at index 4
862ns
|
Text '1722+0200' could not be parsed at index 4
875ns
|
Text '1722+0200' could not be parsed at index 2
845ns
|
Text '1722+0200' could not be parsed at index 2
875ns
|
Text '1722+0200' could not be parsed at index 2
872ns
|
Text '1722+0200' could not be parsed at index 4
888ns
|
Text '1722+0200' could not be parsed at index 4
955ns
|
Text '1722+0200' could not be parsed at index 4
945ns
|
Text '1722+0200' could not be parsed at index 4
918ns
|
Text '1722+0200' could not be parsed at index 4
864ns
|
Text '1722+0200' could not be parsed at index 4
853ns
|
Text '1722+0200' could not be parsed at index 4
1003ns
|
Text '1722+0200' could not be parsed at index 4
1026ns
|
|
|
| 1722,1+0200 |
Invalid format: "1722,1+0200" is malformed at ",1+0200"
1192ns
|
Text '1722,1+0200' could not be parsed at index 4
1143ns
|
Text '1722,1+0200' could not be parsed at index 4
1032ns
|
Text '1722,1+0200' could not be parsed at index 4
854ns
|
Text '1722,1+0200' could not be parsed at index 4
832ns
|
Text '1722,1+0200' could not be parsed at index 4
864ns
|
Text '1722,1+0200' could not be parsed at index 4
857ns
|
Text '1722,1+0200' could not be parsed at index 2
836ns
|
Text '1722,1+0200' could not be parsed at index 2
850ns
|
Text '1722,1+0200' could not be parsed at index 2
847ns
|
Text '1722,1+0200' could not be parsed at index 4
859ns
|
Text '1722,1+0200' could not be parsed at index 4
858ns
|
Text '1722,1+0200' could not be parsed at index 4
876ns
|
Text '1722,1+0200' could not be parsed at index 4
865ns
|
Text '1722,1+0200' could not be parsed at index 4
842ns
|
Text '1722,1+0200' could not be parsed at index 4
847ns
|
Text '1722,1+0200' could not be parsed at index 4
1003ns
|
Text '1722,1+0200' could not be parsed at index 4
1014ns
|
|
|
| 1722.1+0200 |
Invalid format: "1722.1+0200" is malformed at ".1+0200"
1191ns
|
Text '1722.1+0200' could not be parsed at index 4
1196ns
|
Text '1722.1+0200' could not be parsed at index 4
1028ns
|
Text '1722.1+0200' could not be parsed at index 4
847ns
|
Text '1722.1+0200' could not be parsed at index 4
839ns
|
Text '1722.1+0200' could not be parsed at index 4
1100ns
|
Text '1722.1+0200' could not be parsed at index 4
918ns
|
Text '1722.1+0200' could not be parsed at index 2
929ns
|
Text '1722.1+0200' could not be parsed at index 2
871ns
|
Text '1722.1+0200' could not be parsed at index 2
848ns
|
Text '1722.1+0200' could not be parsed at index 4
865ns
|
Text '1722.1+0200' could not be parsed at index 4
871ns
|
Text '1722.1+0200' could not be parsed at index 4
864ns
|
Text '1722.1+0200' could not be parsed at index 4
863ns
|
Text '1722.1+0200' could not be parsed at index 4
834ns
|
Text '1722.1+0200' could not be parsed at index 4
836ns
|
Text '1722.1+0200' could not be parsed at index 4
991ns
|
Text '1722.1+0200' could not be parsed at index 4
995ns
|
|
|
| 172207+0200 |
Invalid format: "172207+0200" is malformed at "+0200"
1168ns
|
Text '172207+0200' could not be parsed at index 0
1088ns
|
Text '172207+0200' could not be parsed at index 0
971ns
|
Text '172207+0200' could not be parsed at index 6
864ns
|
Text '172207+0200' could not be parsed at index 0
792ns
|
Text '172207+0200' could not be parsed at index 0
821ns
|
Text '172207+0200' could not be parsed at index 0
805ns
|
Text '172207+0200' could not be parsed at index 2
815ns
|
Text '172207+0200' could not be parsed at index 2
851ns
|
Text '172207+0200' could not be parsed at index 2
838ns
|
Text '172207+0200' could not be parsed at index 0
820ns
|
Text '172207+0200' could not be parsed at index 0
824ns
|
Text '172207+0200' could not be parsed at index 0
822ns
|
Text '172207+0200' could not be parsed at index 0
825ns
|
Text '172207+0200' could not be parsed at index 0
801ns
|
Text '172207+0200' could not be parsed at index 0
797ns
|
Text '172207+0200' could not be parsed at index 0
943ns
|
Text '172207+0200' could not be parsed at index 6
1000ns
|
|
|
| 172207.5+0200 |
Invalid format: "172207.5+0200" is malformed at ".5+0200"
1161ns
|
Text '172207.5+0200' could not be parsed at index 0
1094ns
|
Text '172207.5+0200' could not be parsed at index 0
964ns
|
Text '172207.5+0200' could not be parsed at index 6
867ns
|
Text '172207.5+0200' could not be parsed at index 0
788ns
|
Text '172207.5+0200' could not be parsed at index 0
819ns
|
Text '172207.5+0200' could not be parsed at index 0
810ns
|
Text '172207.5+0200' could not be parsed at index 2
815ns
|
Text '172207.5+0200' could not be parsed at index 2
845ns
|
Text '172207.5+0200' could not be parsed at index 2
842ns
|
Text '172207.5+0200' could not be parsed at index 0
815ns
|
Text '172207.5+0200' could not be parsed at index 0
1075ns
|
Text '172207.5+0200' could not be parsed at index 0
846ns
|
Text '172207.5+0200' could not be parsed at index 0
858ns
|
Text '172207.5+0200' could not be parsed at index 0
835ns
|
Text '172207.5+0200' could not be parsed at index 0
876ns
|
Text '172207.5+0200' could not be parsed at index 0
1281ns
|
Text '172207.5+0200' could not be parsed at index 6
1114ns
|
|
|
| 172207.53+0200 |
Invalid format: "172207.53+0200" is malformed at ".53+0200"
1205ns
|
Text '172207.53+0200' could not be parsed at index 0
1133ns
|
Text '172207.53+0200' could not be parsed at index 0
1002ns
|
Text '172207.53+0200' could not be parsed at index 6
900ns
|
Text '172207.53+0200' could not be parsed at index 0
816ns
|
Text '172207.53+0200' could not be parsed at index 0
838ns
|
Text '172207.53+0200' could not be parsed at index 0
848ns
|
Text '172207.53+0200' could not be parsed at index 2
840ns
|
Text '172207.53+0200' could not be parsed at index 2
878ns
|
Text '172207.53+0200' could not be parsed at index 2
869ns
|
Text '172207.53+0200' could not be parsed at index 0
836ns
|
Text '172207.53+0200' could not be parsed at index 0
867ns
|
Text '172207.53+0200' could not be parsed at index 0
821ns
|
Text '172207.53+0200' could not be parsed at index 0
809ns
|
Text '172207.53+0200' could not be parsed at index 0
806ns
|
Text '172207.53+0200' could not be parsed at index 0
796ns
|
Text '172207.53+0200' could not be parsed at index 0
945ns
|
Text '172207.53+0200' could not be parsed at index 6
1006ns
|
|
|
| 172207,534+0200 |
Invalid format: "172207,534+0200" is malformed at ",534+0200"
1163ns
|
Text '172207,534+0200' could not be parsed at index 0
1093ns
|
Text '172207,534+0200' could not be parsed at index 0
964ns
|
Text '172207,534+0200' could not be parsed at index 6
868ns
|
Text '172207,534+0200' could not be parsed at index 0
787ns
|
Text '172207,534+0200' could not be parsed at index 0
810ns
|
Text '172207,534+0200' could not be parsed at index 0
818ns
|
Text '172207,534+0200' could not be parsed at index 2
812ns
|
Text '172207,534+0200' could not be parsed at index 2
845ns
|
Text '172207,534+0200' could not be parsed at index 2
836ns
|
Text '172207,534+0200' could not be parsed at index 0
809ns
|
Text '172207,534+0200' could not be parsed at index 0
831ns
|
Text '172207,534+0200' could not be parsed at index 0
824ns
|
Text '172207,534+0200' could not be parsed at index 0
819ns
|
Text '172207,534+0200' could not be parsed at index 0
809ns
|
Text '172207,534+0200' could not be parsed at index 0
798ns
|
Text '172207,534+0200' could not be parsed at index 0
945ns
|
Text '172207,534+0200' could not be parsed at index 6
1003ns
|
|
|
| 172207.534+0200 |
Invalid format: "172207.534+0200" is malformed at ".534+0200"
1162ns
|
Text '172207.534+0200' could not be parsed at index 0
1097ns
|
Text '172207.534+0200' could not be parsed at index 0
965ns
|
Text '172207.534+0200' could not be parsed at index 6
873ns
|
Text '172207.534+0200' could not be parsed at index 0
794ns
|
Text '172207.534+0200' could not be parsed at index 0
813ns
|
Text '172207.534+0200' could not be parsed at index 0
821ns
|
Text '172207.534+0200' could not be parsed at index 2
814ns
|
Text '172207.534+0200' could not be parsed at index 2
839ns
|
Text '172207.534+0200' could not be parsed at index 2
848ns
|
Text '172207.534+0200' could not be parsed at index 0
806ns
|
Text '172207.534+0200' could not be parsed at index 0
829ns
|
Text '172207.534+0200' could not be parsed at index 0
829ns
|
Text '172207.534+0200' could not be parsed at index 0
821ns
|
Text '172207.534+0200' could not be parsed at index 0
814ns
|
Text '172207.534+0200' could not be parsed at index 0
807ns
|
Text '172207.534+0200' could not be parsed at index 0
951ns
|
Text '172207.534+0200' could not be parsed at index 6
1003ns
|
|
|
| 172207,534635+0200 |
Invalid format: "172207,534635+0200" is malformed at ",534635+0200"
1162ns
|
Text '172207,534635+0200' could not be parsed at index 0
1090ns
|
Text '172207,534635+0200' could not be parsed at index 0
970ns
|
Text '172207,534635+0200' could not be parsed at index 6
864ns
|
Text '172207,534635+0200' could not be parsed at index 0
789ns
|
Text '172207,534635+0200' could not be parsed at index 0
813ns
|
Text '172207,534635+0200' could not be parsed at index 0
816ns
|
Text '172207,534635+0200' could not be parsed at index 2
813ns
|
Text '172207,534635+0200' could not be parsed at index 2
841ns
|
Text '172207,534635+0200' could not be parsed at index 2
845ns
|
Text '172207,534635+0200' could not be parsed at index 0
809ns
|
Text '172207,534635+0200' could not be parsed at index 0
835ns
|
Text '172207,534635+0200' could not be parsed at index 0
824ns
|
Text '172207,534635+0200' could not be parsed at index 0
817ns
|
Text '172207,534635+0200' could not be parsed at index 0
809ns
|
Text '172207,534635+0200' could not be parsed at index 0
799ns
|
Text '172207,534635+0200' could not be parsed at index 0
950ns
|
Text '172207,534635+0200' could not be parsed at index 6
1006ns
|
|
|
| 172207.534635+0200 |
Invalid format: "172207.534635+0200" is malformed at ".534635+0200"
1164ns
|
Text '172207.534635+0200' could not be parsed at index 0
1095ns
|
Text '172207.534635+0200' could not be parsed at index 0
960ns
|
Text '172207.534635+0200' could not be parsed at index 6
865ns
|
Text '172207.534635+0200' could not be parsed at index 0
798ns
|
Text '172207.534635+0200' could not be parsed at index 0
807ns
|
Text '172207.534635+0200' could not be parsed at index 0
819ns
|
Text '172207.534635+0200' could not be parsed at index 2
815ns
|
Text '172207.534635+0200' could not be parsed at index 2
839ns
|
Text '172207.534635+0200' could not be parsed at index 2
849ns
|
Text '172207.534635+0200' could not be parsed at index 0
809ns
|
Text '172207.534635+0200' could not be parsed at index 0
816ns
|
Text '172207.534635+0200' could not be parsed at index 0
833ns
|
Text '172207.534635+0200' could not be parsed at index 0
816ns
|
Text '172207.534635+0200' could not be parsed at index 0
819ns
|
Text '172207.534635+0200' could not be parsed at index 0
795ns
|
Text '172207.534635+0200' could not be parsed at index 0
937ns
|
Text '172207.534635+0200' could not be parsed at index 6
1003ns
|
|
|
| T1722 |
Invalid format: "T1722"
954ns
|
Text 'T1722' could not be parsed at index 0
1072ns
|
Text 'T1722' could not be parsed at index 0
959ns
|
Text 'T1722' could not be parsed at index 0
787ns
|
Text 'T1722' could not be parsed at index 0
774ns
|
Text 'T1722' could not be parsed at index 0
801ns
|
Text 'T1722' could not be parsed at index 0
789ns
|
Text 'T1722' could not be parsed at index 0
783ns
|
Text 'T1722' could not be parsed at index 0
792ns
|
Text 'T1722' could not be parsed at index 0
792ns
|
Text 'T1722' could not be parsed at index 0
805ns
|
Text 'T1722' could not be parsed at index 0
803ns
|
Text 'T1722' could not be parsed at index 0
809ns
|
Text 'T1722' could not be parsed at index 0
814ns
|
Text 'T1722' could not be parsed at index 0
788ns
|
Text 'T1722' could not be parsed at index 0
787ns
|
Text 'T1722' could not be parsed at index 0
941ns
|
Text 'T1722' could not be parsed at index 0
909ns
|
|
|
| T1722,1 |
Invalid format: "T1722,1"
954ns
|
Text 'T1722,1' could not be parsed at index 0
1088ns
|
Text 'T1722,1' could not be parsed at index 0
946ns
|
Text 'T1722,1' could not be parsed at index 0
796ns
|
Text 'T1722,1' could not be parsed at index 0
773ns
|
Text 'T1722,1' could not be parsed at index 0
791ns
|
Text 'T1722,1' could not be parsed at index 0
802ns
|
Text 'T1722,1' could not be parsed at index 0
775ns
|
Text 'T1722,1' could not be parsed at index 0
791ns
|
Text 'T1722,1' could not be parsed at index 0
804ns
|
Text 'T1722,1' could not be parsed at index 0
797ns
|
Text 'T1722,1' could not be parsed at index 0
804ns
|
Text 'T1722,1' could not be parsed at index 0
821ns
|
Text 'T1722,1' could not be parsed at index 0
802ns
|
Text 'T1722,1' could not be parsed at index 0
807ns
|
Text 'T1722,1' could not be parsed at index 0
782ns
|
Text 'T1722,1' could not be parsed at index 0
928ns
|
Text 'T1722,1' could not be parsed at index 0
915ns
|
|
|
| T1722.1 |
Invalid format: "T1722.1"
957ns
|
Text 'T1722.1' could not be parsed at index 0
1070ns
|
Text 'T1722.1' could not be parsed at index 0
957ns
|
Text 'T1722.1' could not be parsed at index 0
788ns
|
Text 'T1722.1' could not be parsed at index 0
773ns
|
Text 'T1722.1' could not be parsed at index 0
803ns
|
Text 'T1722.1' could not be parsed at index 0
787ns
|
Text 'T1722.1' could not be parsed at index 0
769ns
|
Text 'T1722.1' could not be parsed at index 0
796ns
|
Text 'T1722.1' could not be parsed at index 0
791ns
|
Text 'T1722.1' could not be parsed at index 0
796ns
|
Text 'T1722.1' could not be parsed at index 0
802ns
|
Text 'T1722.1' could not be parsed at index 0
807ns
|
Text 'T1722.1' could not be parsed at index 0
810ns
|
Text 'T1722.1' could not be parsed at index 0
781ns
|
Text 'T1722.1' could not be parsed at index 0
781ns
|
Text 'T1722.1' could not be parsed at index 0
936ns
|
Text 'T1722.1' could not be parsed at index 0
904ns
|
|
|
| T172207 |
Invalid format: "T172207"
950ns
|
Text 'T172207' could not be parsed at index 0
1079ns
|
Text 'T172207' could not be parsed at index 0
952ns
|
Text 'T172207' could not be parsed at index 0
791ns
|
Text 'T172207' could not be parsed at index 0
786ns
|
Text 'T172207' could not be parsed at index 0
790ns
|
Text 'T172207' could not be parsed at index 0
790ns
|
Text 'T172207' could not be parsed at index 0
769ns
|
Text 'T172207' could not be parsed at index 0
788ns
|
Text 'T172207' could not be parsed at index 0
798ns
|
Text 'T172207' could not be parsed at index 0
792ns
|
Text 'T172207' could not be parsed at index 0
801ns
|
Text 'T172207' could not be parsed at index 0
817ns
|
Text 'T172207' could not be parsed at index 0
800ns
|
Text 'T172207' could not be parsed at index 0
789ns
|
Text 'T172207' could not be parsed at index 0
794ns
|
Text 'T172207' could not be parsed at index 0
928ns
|
Text 'T172207' could not be parsed at index 0
912ns
|
|
|
| T172207.5 |
Invalid format: "T172207.5"
961ns
|
Text 'T172207.5' could not be parsed at index 0
1074ns
|
Text 'T172207.5' could not be parsed at index 0
966ns
|
Text 'T172207.5' could not be parsed at index 0
957ns
|
Text 'T172207.5' could not be parsed at index 0
810ns
|
Text 'T172207.5' could not be parsed at index 0
835ns
|
Text 'T172207.5' could not be parsed at index 0
849ns
|
Text 'T172207.5' could not be parsed at index 0
798ns
|
Text 'T172207.5' could not be parsed at index 0
823ns
|
Text 'T172207.5' could not be parsed at index 0
812ns
|
Text 'T172207.5' could not be parsed at index 0
797ns
|
Text 'T172207.5' could not be parsed at index 0
826ns
|
Text 'T172207.5' could not be parsed at index 0
883ns
|
Text 'T172207.5' could not be parsed at index 0
886ns
|
Text 'T172207.5' could not be parsed at index 0
934ns
|
Text 'T172207.5' could not be parsed at index 0
1008ns
|
Text 'T172207.5' could not be parsed at index 0
1052ns
|
Text 'T172207.5' could not be parsed at index 0
936ns
|
|
|
| T172207.53 |
Invalid format: "T172207.53"
1017ns
|
Text 'T172207.53' could not be parsed at index 0
1163ns
|
Text 'T172207.53' could not be parsed at index 0
1084ns
|
Text 'T172207.53' could not be parsed at index 0
851ns
|
Text 'T172207.53' could not be parsed at index 0
791ns
|
Text 'T172207.53' could not be parsed at index 0
819ns
|
Text 'T172207.53' could not be parsed at index 0
811ns
|
Text 'T172207.53' could not be parsed at index 0
800ns
|
Text 'T172207.53' could not be parsed at index 0
818ns
|
Text 'T172207.53' could not be parsed at index 0
828ns
|
Text 'T172207.53' could not be parsed at index 0
883ns
|
Text 'T172207.53' could not be parsed at index 0
867ns
|
Text 'T172207.53' could not be parsed at index 0
883ns
|
Text 'T172207.53' could not be parsed at index 0
897ns
|
Text 'T172207.53' could not be parsed at index 0
872ns
|
Text 'T172207.53' could not be parsed at index 0
844ns
|
Text 'T172207.53' could not be parsed at index 0
1018ns
|
Text 'T172207.53' could not be parsed at index 0
989ns
|
|
|
| T172207,534 |
Invalid format: "T172207,534"
1236ns
|
Text 'T172207,534' could not be parsed at index 0
1691ns
|
Text 'T172207,534' could not be parsed at index 0
1376ns
|
Text 'T172207,534' could not be parsed at index 0
930ns
|
Text 'T172207,534' could not be parsed at index 0
924ns
|
Text 'T172207,534' could not be parsed at index 0
1088ns
|
Text 'T172207,534' could not be parsed at index 0
1063ns
|
Text 'T172207,534' could not be parsed at index 0
980ns
|
Text 'T172207,534' could not be parsed at index 0
1131ns
|
Text 'T172207,534' could not be parsed at index 0
1041ns
|
Text 'T172207,534' could not be parsed at index 0
990ns
|
Text 'T172207,534' could not be parsed at index 0
1040ns
|
Text 'T172207,534' could not be parsed at index 0
963ns
|
Text 'T172207,534' could not be parsed at index 0
947ns
|
Text 'T172207,534' could not be parsed at index 0
989ns
|
Text 'T172207,534' could not be parsed at index 0
877ns
|
Text 'T172207,534' could not be parsed at index 0
1029ns
|
Text 'T172207,534' could not be parsed at index 0
1003ns
|
|
|
| T172207.534 |
Invalid format: "T172207.534"
1077ns
|
Text 'T172207.534' could not be parsed at index 0
1290ns
|
Text 'T172207.534' could not be parsed at index 0
1066ns
|
Text 'T172207.534' could not be parsed at index 0
895ns
|
Text 'T172207.534' could not be parsed at index 0
964ns
|
Text 'T172207.534' could not be parsed at index 0
1004ns
|
Text 'T172207.534' could not be parsed at index 0
969ns
|
Text 'T172207.534' could not be parsed at index 0
918ns
|
Text 'T172207.534' could not be parsed at index 0
912ns
|
Text 'T172207.534' could not be parsed at index 0
926ns
|
Text 'T172207.534' could not be parsed at index 0
1008ns
|
Text 'T172207.534' could not be parsed at index 0
1062ns
|
Text 'T172207.534' could not be parsed at index 0
1276ns
|
Text 'T172207.534' could not be parsed at index 0
982ns
|
Text 'T172207.534' could not be parsed at index 0
933ns
|
Text 'T172207.534' could not be parsed at index 0
996ns
|
Text 'T172207.534' could not be parsed at index 0
1092ns
|
Text 'T172207.534' could not be parsed at index 0
1078ns
|
|
|
| T172207,534635 |
Invalid format: "T172207,534635"
1320ns
|
Text 'T172207,534635' could not be parsed at index 0
1398ns
|
Text 'T172207,534635' could not be parsed at index 0
1083ns
|
Text 'T172207,534635' could not be parsed at index 0
928ns
|
Text 'T172207,534635' could not be parsed at index 0
844ns
|
Text 'T172207,534635' could not be parsed at index 0
848ns
|
Text 'T172207,534635' could not be parsed at index 0
845ns
|
Text 'T172207,534635' could not be parsed at index 0
824ns
|
Text 'T172207,534635' could not be parsed at index 0
856ns
|
Text 'T172207,534635' could not be parsed at index 0
905ns
|
Text 'T172207,534635' could not be parsed at index 0
940ns
|
Text 'T172207,534635' could not be parsed at index 0
904ns
|
Text 'T172207,534635' could not be parsed at index 0
863ns
|
Text 'T172207,534635' could not be parsed at index 0
851ns
|
Text 'T172207,534635' could not be parsed at index 0
845ns
|
Text 'T172207,534635' could not be parsed at index 0
815ns
|
Text 'T172207,534635' could not be parsed at index 0
977ns
|
Text 'T172207,534635' could not be parsed at index 0
1056ns
|
|
|
| T172207.534635 |
Invalid format: "T172207.534635"
1040ns
|
Text 'T172207.534635' could not be parsed at index 0
1194ns
|
Text 'T172207.534635' could not be parsed at index 0
1053ns
|
Text 'T172207.534635' could not be parsed at index 0
821ns
|
Text 'T172207.534635' could not be parsed at index 0
877ns
|
Text 'T172207.534635' could not be parsed at index 0
1020ns
|
Text 'T172207.534635' could not be parsed at index 0
891ns
|
Text 'T172207.534635' could not be parsed at index 0
1001ns
|
Text 'T172207.534635' could not be parsed at index 0
939ns
|
Text 'T172207.534635' could not be parsed at index 0
928ns
|
Text 'T172207.534635' could not be parsed at index 0
928ns
|
Text 'T172207.534635' could not be parsed at index 0
990ns
|
Text 'T172207.534635' could not be parsed at index 0
1033ns
|
Text 'T172207.534635' could not be parsed at index 0
928ns
|
Text 'T172207.534635' could not be parsed at index 0
821ns
|
Text 'T172207.534635' could not be parsed at index 0
833ns
|
Text 'T172207.534635' could not be parsed at index 0
982ns
|
Text 'T172207.534635' could not be parsed at index 0
971ns
|
|
|
| T1522Z |
Invalid format: "T1522Z"
991ns
|
Text 'T1522Z' could not be parsed at index 0
1129ns
|
Text 'T1522Z' could not be parsed at index 0
1012ns
|
Text 'T1522Z' could not be parsed at index 0
881ns
|
Text 'T1522Z' could not be parsed at index 0
1026ns
|
Text 'T1522Z' could not be parsed at index 0
878ns
|
Text 'T1522Z' could not be parsed at index 0
860ns
|
Text 'T1522Z' could not be parsed at index 0
867ns
|
Text 'T1522Z' could not be parsed at index 0
888ns
|
Text 'T1522Z' could not be parsed at index 0
864ns
|
Text 'T1522Z' could not be parsed at index 0
836ns
|
Text 'T1522Z' could not be parsed at index 0
868ns
|
Text 'T1522Z' could not be parsed at index 0
847ns
|
Text 'T1522Z' could not be parsed at index 0
837ns
|
Text 'T1522Z' could not be parsed at index 0
826ns
|
Text 'T1522Z' could not be parsed at index 0
841ns
|
Text 'T1522Z' could not be parsed at index 0
987ns
|
Text 'T1522Z' could not be parsed at index 0
946ns
|
|
|
| T1522,1Z |
Invalid format: "T1522,1Z"
991ns
|
Text 'T1522,1Z' could not be parsed at index 0
1115ns
|
Text 'T1522,1Z' could not be parsed at index 0
1002ns
|
Text 'T1522,1Z' could not be parsed at index 0
824ns
|
Text 'T1522,1Z' could not be parsed at index 0
802ns
|
Text 'T1522,1Z' could not be parsed at index 0
835ns
|
Text 'T1522,1Z' could not be parsed at index 0
827ns
|
Text 'T1522,1Z' could not be parsed at index 0
822ns
|
Text 'T1522,1Z' could not be parsed at index 0
923ns
|
Text 'T1522,1Z' could not be parsed at index 0
925ns
|
Text 'T1522,1Z' could not be parsed at index 0
894ns
|
Text 'T1522,1Z' could not be parsed at index 0
929ns
|
Text 'T1522,1Z' could not be parsed at index 0
890ns
|
Text 'T1522,1Z' could not be parsed at index 0
900ns
|
Text 'T1522,1Z' could not be parsed at index 0
854ns
|
Text 'T1522,1Z' could not be parsed at index 0
851ns
|
Text 'T1522,1Z' could not be parsed at index 0
1043ns
|
Text 'T1522,1Z' could not be parsed at index 0
985ns
|
|
|
| T1522.1Z |
Invalid format: "T1522.1Z"
1030ns
|
Text 'T1522.1Z' could not be parsed at index 0
1183ns
|
Text 'T1522.1Z' could not be parsed at index 0
1031ns
|
Text 'T1522.1Z' could not be parsed at index 0
847ns
|
Text 'T1522.1Z' could not be parsed at index 0
834ns
|
Text 'T1522.1Z' could not be parsed at index 0
874ns
|
Text 'T1522.1Z' could not be parsed at index 0
861ns
|
Text 'T1522.1Z' could not be parsed at index 0
833ns
|
Text 'T1522.1Z' could not be parsed at index 0
877ns
|
Text 'T1522.1Z' could not be parsed at index 0
869ns
|
Text 'T1522.1Z' could not be parsed at index 0
862ns
|
Text 'T1522.1Z' could not be parsed at index 0
873ns
|
Text 'T1522.1Z' could not be parsed at index 0
888ns
|
Text 'T1522.1Z' could not be parsed at index 0
863ns
|
Text 'T1522.1Z' could not be parsed at index 0
847ns
|
Text 'T1522.1Z' could not be parsed at index 0
858ns
|
Text 'T1522.1Z' could not be parsed at index 0
999ns
|
Text 'T1522.1Z' could not be parsed at index 0
999ns
|
|
|
| T152207Z |
Invalid format: "T152207Z"
1050ns
|
Text 'T152207Z' could not be parsed at index 0
1157ns
|
Text 'T152207Z' could not be parsed at index 0
1041ns
|
Text 'T152207Z' could not be parsed at index 0
849ns
|
Text 'T152207Z' could not be parsed at index 0
833ns
|
Text 'T152207Z' could not be parsed at index 0
861ns
|
Text 'T152207Z' could not be parsed at index 0
855ns
|
Text 'T152207Z' could not be parsed at index 0
836ns
|
Text 'T152207Z' could not be parsed at index 0
861ns
|
Text 'T152207Z' could not be parsed at index 0
851ns
|
Text 'T152207Z' could not be parsed at index 0
858ns
|
Text 'T152207Z' could not be parsed at index 0
881ns
|
Text 'T152207Z' could not be parsed at index 0
876ns
|
Text 'T152207Z' could not be parsed at index 0
897ns
|
Text 'T152207Z' could not be parsed at index 0
850ns
|
Text 'T152207Z' could not be parsed at index 0
844ns
|
Text 'T152207Z' could not be parsed at index 0
1001ns
|
Text 'T152207Z' could not be parsed at index 0
978ns
|
|
|
| T152207.5Z |
Invalid format: "T152207.5Z"
1022ns
|
Text 'T152207.5Z' could not be parsed at index 0
1186ns
|
Text 'T152207.5Z' could not be parsed at index 0
1022ns
|
Text 'T152207.5Z' could not be parsed at index 0
852ns
|
Text 'T152207.5Z' could not be parsed at index 0
841ns
|
Text 'T152207.5Z' could not be parsed at index 0
861ns
|
Text 'T152207.5Z' could not be parsed at index 0
855ns
|
Text 'T152207.5Z' could not be parsed at index 0
841ns
|
Text 'T152207.5Z' could not be parsed at index 0
854ns
|
Text 'T152207.5Z' could not be parsed at index 0
858ns
|
Text 'T152207.5Z' could not be parsed at index 0
853ns
|
Text 'T152207.5Z' could not be parsed at index 0
862ns
|
Text 'T152207.5Z' could not be parsed at index 0
884ns
|
Text 'T152207.5Z' could not be parsed at index 0
878ns
|
Text 'T152207.5Z' could not be parsed at index 0
855ns
|
Text 'T152207.5Z' could not be parsed at index 0
859ns
|
Text 'T152207.5Z' could not be parsed at index 0
1008ns
|
Text 'T152207.5Z' could not be parsed at index 0
1006ns
|
|
|
| T152207.53Z |
Invalid format: "T152207.53Z"
1044ns
|
Text 'T152207.53Z' could not be parsed at index 0
1155ns
|
Text 'T152207.53Z' could not be parsed at index 0
1036ns
|
Text 'T152207.53Z' could not be parsed at index 0
862ns
|
Text 'T152207.53Z' could not be parsed at index 0
837ns
|
Text 'T152207.53Z' could not be parsed at index 0
869ns
|
Text 'T152207.53Z' could not be parsed at index 0
858ns
|
Text 'T152207.53Z' could not be parsed at index 0
840ns
|
Text 'T152207.53Z' could not be parsed at index 0
864ns
|
Text 'T152207.53Z' could not be parsed at index 0
874ns
|
Text 'T152207.53Z' could not be parsed at index 0
865ns
|
Text 'T152207.53Z' could not be parsed at index 0
882ns
|
Text 'T152207.53Z' could not be parsed at index 0
882ns
|
Text 'T152207.53Z' could not be parsed at index 0
891ns
|
Text 'T152207.53Z' could not be parsed at index 0
872ns
|
Text 'T152207.53Z' could not be parsed at index 0
852ns
|
Text 'T152207.53Z' could not be parsed at index 0
1011ns
|
Text 'T152207.53Z' could not be parsed at index 0
995ns
|
|
|
| T152207,534Z |
Invalid format: "T152207,534Z"
1040ns
|
Text 'T152207,534Z' could not be parsed at index 0
1181ns
|
Text 'T152207,534Z' could not be parsed at index 0
1072ns
|
Text 'T152207,534Z' could not be parsed at index 0
881ns
|
Text 'T152207,534Z' could not be parsed at index 0
900ns
|
Text 'T152207,534Z' could not be parsed at index 0
895ns
|
Text 'T152207,534Z' could not be parsed at index 0
829ns
|
Text 'T152207,534Z' could not be parsed at index 0
820ns
|
Text 'T152207,534Z' could not be parsed at index 0
842ns
|
Text 'T152207,534Z' could not be parsed at index 0
841ns
|
Text 'T152207,534Z' could not be parsed at index 0
846ns
|
Text 'T152207,534Z' could not be parsed at index 0
818ns
|
Text 'T152207,534Z' could not be parsed at index 0
828ns
|
Text 'T152207,534Z' could not be parsed at index 0
824ns
|
Text 'T152207,534Z' could not be parsed at index 0
837ns
|
Text 'T152207,534Z' could not be parsed at index 0
836ns
|
Text 'T152207,534Z' could not be parsed at index 0
974ns
|
Text 'T152207,534Z' could not be parsed at index 0
961ns
|
|
|
| T152207.534Z |
Invalid format: "T152207.534Z"
1022ns
|
Text 'T152207.534Z' could not be parsed at index 0
1133ns
|
Text 'T152207.534Z' could not be parsed at index 0
979ns
|
Text 'T152207.534Z' could not be parsed at index 0
853ns
|
Text 'T152207.534Z' could not be parsed at index 0
827ns
|
Text 'T152207.534Z' could not be parsed at index 0
846ns
|
Text 'T152207.534Z' could not be parsed at index 0
850ns
|
Text 'T152207.534Z' could not be parsed at index 0
826ns
|
Text 'T152207.534Z' could not be parsed at index 0
856ns
|
Text 'T152207.534Z' could not be parsed at index 0
848ns
|
Text 'T152207.534Z' could not be parsed at index 0
876ns
|
Text 'T152207.534Z' could not be parsed at index 0
909ns
|
Text 'T152207.534Z' could not be parsed at index 0
1060ns
|
Text 'T152207.534Z' could not be parsed at index 0
959ns
|
Text 'T152207.534Z' could not be parsed at index 0
898ns
|
Text 'T152207.534Z' could not be parsed at index 0
929ns
|
Text 'T152207.534Z' could not be parsed at index 0
1092ns
|
Text 'T152207.534Z' could not be parsed at index 0
1057ns
|
|
|
| T152207,534635Z |
Invalid format: "T152207,534635Z"
1137ns
|
Text 'T152207,534635Z' could not be parsed at index 0
1251ns
|
Text 'T152207,534635Z' could not be parsed at index 0
1094ns
|
Text 'T152207,534635Z' could not be parsed at index 0
939ns
|
Text 'T152207,534635Z' could not be parsed at index 0
963ns
|
Text 'T152207,534635Z' could not be parsed at index 0
843ns
|
Text 'T152207,534635Z' could not be parsed at index 0
876ns
|
Text 'T152207,534635Z' could not be parsed at index 0
818ns
|
Text 'T152207,534635Z' could not be parsed at index 0
841ns
|
Text 'T152207,534635Z' could not be parsed at index 0
843ns
|
Text 'T152207,534635Z' could not be parsed at index 0
855ns
|
Text 'T152207,534635Z' could not be parsed at index 0
849ns
|
Text 'T152207,534635Z' could not be parsed at index 0
870ns
|
Text 'T152207,534635Z' could not be parsed at index 0
857ns
|
Text 'T152207,534635Z' could not be parsed at index 0
839ns
|
Text 'T152207,534635Z' could not be parsed at index 0
838ns
|
Text 'T152207,534635Z' could not be parsed at index 0
968ns
|
Text 'T152207,534635Z' could not be parsed at index 0
970ns
|
|
|
| T152207.534635Z |
Invalid format: "T152207.534635Z"
994ns
|
Text 'T152207.534635Z' could not be parsed at index 0
1122ns
|
Text 'T152207.534635Z' could not be parsed at index 0
996ns
|
Text 'T152207.534635Z' could not be parsed at index 0
830ns
|
Text 'T152207.534635Z' could not be parsed at index 0
810ns
|
Text 'T152207.534635Z' could not be parsed at index 0
839ns
|
Text 'T152207.534635Z' could not be parsed at index 0
837ns
|
Text 'T152207.534635Z' could not be parsed at index 0
811ns
|
Text 'T152207.534635Z' could not be parsed at index 0
835ns
|
Text 'T152207.534635Z' could not be parsed at index 0
817ns
|
Text 'T152207.534635Z' could not be parsed at index 0
822ns
|
Text 'T152207.534635Z' could not be parsed at index 0
839ns
|
Text 'T152207.534635Z' could not be parsed at index 0
836ns
|
Text 'T152207.534635Z' could not be parsed at index 0
828ns
|
Text 'T152207.534635Z' could not be parsed at index 0
821ns
|
Text 'T152207.534635Z' could not be parsed at index 0
811ns
|
Text 'T152207.534635Z' could not be parsed at index 0
962ns
|
Text 'T152207.534635Z' could not be parsed at index 0
935ns
|
|
|
| T1722+02 |
Invalid format: "T1722+02"
984ns
|
Text 'T1722+02' could not be parsed at index 0
1102ns
|
Text 'T1722+02' could not be parsed at index 0
972ns
|
Text 'T1722+02' could not be parsed at index 0
808ns
|
Text 'T1722+02' could not be parsed at index 0
800ns
|
Text 'T1722+02' could not be parsed at index 0
824ns
|
Text 'T1722+02' could not be parsed at index 0
825ns
|
Text 'T1722+02' could not be parsed at index 0
807ns
|
Text 'T1722+02' could not be parsed at index 0
819ns
|
Text 'T1722+02' could not be parsed at index 0
825ns
|
Text 'T1722+02' could not be parsed at index 0
827ns
|
Text 'T1722+02' could not be parsed at index 0
828ns
|
Text 'T1722+02' could not be parsed at index 0
833ns
|
Text 'T1722+02' could not be parsed at index 0
833ns
|
Text 'T1722+02' could not be parsed at index 0
810ns
|
Text 'T1722+02' could not be parsed at index 0
817ns
|
Text 'T1722+02' could not be parsed at index 0
953ns
|
Text 'T1722+02' could not be parsed at index 0
946ns
|
|
|
| T1722,1+02 |
Invalid format: "T1722,1+02"
979ns
|
Text 'T1722,1+02' could not be parsed at index 0
1115ns
|
Text 'T1722,1+02' could not be parsed at index 0
980ns
|
Text 'T1722,1+02' could not be parsed at index 0
817ns
|
Text 'T1722,1+02' could not be parsed at index 0
797ns
|
Text 'T1722,1+02' could not be parsed at index 0
818ns
|
Text 'T1722,1+02' could not be parsed at index 0
823ns
|
Text 'T1722,1+02' could not be parsed at index 0
800ns
|
Text 'T1722,1+02' could not be parsed at index 0
817ns
|
Text 'T1722,1+02' could not be parsed at index 0
829ns
|
Text 'T1722,1+02' could not be parsed at index 0
851ns
|
Text 'T1722,1+02' could not be parsed at index 0
861ns
|
Text 'T1722,1+02' could not be parsed at index 0
872ns
|
Text 'T1722,1+02' could not be parsed at index 0
860ns
|
Text 'T1722,1+02' could not be parsed at index 0
847ns
|
Text 'T1722,1+02' could not be parsed at index 0
818ns
|
Text 'T1722,1+02' could not be parsed at index 0
967ns
|
Text 'T1722,1+02' could not be parsed at index 0
938ns
|
|
|
| T1722.1+02 |
Invalid format: "T1722.1+02"
1053ns
|
Text 'T1722.1+02' could not be parsed at index 0
1179ns
|
Text 'T1722.1+02' could not be parsed at index 0
1048ns
|
Text 'T1722.1+02' could not be parsed at index 0
844ns
|
Text 'T1722.1+02' could not be parsed at index 0
835ns
|
Text 'T1722.1+02' could not be parsed at index 0
856ns
|
Text 'T1722.1+02' could not be parsed at index 0
857ns
|
Text 'T1722.1+02' could not be parsed at index 0
821ns
|
Text 'T1722.1+02' could not be parsed at index 0
820ns
|
Text 'T1722.1+02' could not be parsed at index 0
838ns
|
Text 'T1722.1+02' could not be parsed at index 0
852ns
|
Text 'T1722.1+02' could not be parsed at index 0
855ns
|
Text 'T1722.1+02' could not be parsed at index 0
861ns
|
Text 'T1722.1+02' could not be parsed at index 0
865ns
|
Text 'T1722.1+02' could not be parsed at index 0
837ns
|
Text 'T1722.1+02' could not be parsed at index 0
846ns
|
Text 'T1722.1+02' could not be parsed at index 0
1000ns
|
Text 'T1722.1+02' could not be parsed at index 0
963ns
|
|
|
| T172207+02 |
Invalid format: "T172207+02"
1029ns
|
Text 'T172207+02' could not be parsed at index 0
1146ns
|
Text 'T172207+02' could not be parsed at index 0
1006ns
|
Text 'T172207+02' could not be parsed at index 0
838ns
|
Text 'T172207+02' could not be parsed at index 0
816ns
|
Text 'T172207+02' could not be parsed at index 0
839ns
|
Text 'T172207+02' could not be parsed at index 0
847ns
|
Text 'T172207+02' could not be parsed at index 0
814ns
|
Text 'T172207+02' could not be parsed at index 0
844ns
|
Text 'T172207+02' could not be parsed at index 0
844ns
|
Text 'T172207+02' could not be parsed at index 0
847ns
|
Text 'T172207+02' could not be parsed at index 0
872ns
|
Text 'T172207+02' could not be parsed at index 0
869ns
|
Text 'T172207+02' could not be parsed at index 0
834ns
|
Text 'T172207+02' could not be parsed at index 0
832ns
|
Text 'T172207+02' could not be parsed at index 0
824ns
|
Text 'T172207+02' could not be parsed at index 0
989ns
|
Text 'T172207+02' could not be parsed at index 0
983ns
|
|
|
| T172207.5+02 |
Invalid format: "T172207.5+02"
1029ns
|
Text 'T172207.5+02' could not be parsed at index 0
1139ns
|
Text 'T172207.5+02' could not be parsed at index 0
1020ns
|
Text 'T172207.5+02' could not be parsed at index 0
844ns
|
Text 'T172207.5+02' could not be parsed at index 0
831ns
|
Text 'T172207.5+02' could not be parsed at index 0
864ns
|
Text 'T172207.5+02' could not be parsed at index 0
891ns
|
Text 'T172207.5+02' could not be parsed at index 0
855ns
|
Text 'T172207.5+02' could not be parsed at index 0
919ns
|
Text 'T172207.5+02' could not be parsed at index 0
865ns
|
Text 'T172207.5+02' could not be parsed at index 0
888ns
|
Text 'T172207.5+02' could not be parsed at index 0
837ns
|
Text 'T172207.5+02' could not be parsed at index 0
848ns
|
Text 'T172207.5+02' could not be parsed at index 0
868ns
|
Text 'T172207.5+02' could not be parsed at index 0
852ns
|
Text 'T172207.5+02' could not be parsed at index 0
896ns
|
Text 'T172207.5+02' could not be parsed at index 0
1326ns
|
Text 'T172207.5+02' could not be parsed at index 0
1217ns
|
|
|
| T172207.53+02 |
Invalid format: "T172207.53+02"
1033ns
|
Text 'T172207.53+02' could not be parsed at index 0
1119ns
|
Text 'T172207.53+02' could not be parsed at index 0
995ns
|
Text 'T172207.53+02' could not be parsed at index 0
831ns
|
Text 'T172207.53+02' could not be parsed at index 0
813ns
|
Text 'T172207.53+02' could not be parsed at index 0
827ns
|
Text 'T172207.53+02' could not be parsed at index 0
835ns
|
Text 'T172207.53+02' could not be parsed at index 0
803ns
|
Text 'T172207.53+02' could not be parsed at index 0
825ns
|
Text 'T172207.53+02' could not be parsed at index 0
834ns
|
Text 'T172207.53+02' could not be parsed at index 0
826ns
|
Text 'T172207.53+02' could not be parsed at index 0
838ns
|
Text 'T172207.53+02' could not be parsed at index 0
850ns
|
Text 'T172207.53+02' could not be parsed at index 0
837ns
|
Text 'T172207.53+02' could not be parsed at index 0
820ns
|
Text 'T172207.53+02' could not be parsed at index 0
819ns
|
Text 'T172207.53+02' could not be parsed at index 0
961ns
|
Text 'T172207.53+02' could not be parsed at index 0
946ns
|
|
|
| T172207,534+02 |
Invalid format: "T172207,534+02"
1026ns
|
Text 'T172207,534+02' could not be parsed at index 0
1186ns
|
Text 'T172207,534+02' could not be parsed at index 0
1099ns
|
Text 'T172207,534+02' could not be parsed at index 0
884ns
|
Text 'T172207,534+02' could not be parsed at index 0
851ns
|
Text 'T172207,534+02' could not be parsed at index 0
872ns
|
Text 'T172207,534+02' could not be parsed at index 0
846ns
|
Text 'T172207,534+02' could not be parsed at index 0
845ns
|
Text 'T172207,534+02' could not be parsed at index 0
871ns
|
Text 'T172207,534+02' could not be parsed at index 0
844ns
|
Text 'T172207,534+02' could not be parsed at index 0
843ns
|
Text 'T172207,534+02' could not be parsed at index 0
837ns
|
Text 'T172207,534+02' could not be parsed at index 0
839ns
|
Text 'T172207,534+02' could not be parsed at index 0
837ns
|
Text 'T172207,534+02' could not be parsed at index 0
844ns
|
Text 'T172207,534+02' could not be parsed at index 0
909ns
|
Text 'T172207,534+02' could not be parsed at index 0
971ns
|
Text 'T172207,534+02' could not be parsed at index 0
951ns
|
|
|
| T172207.534+02 |
Invalid format: "T172207.534+02"
992ns
|
Text 'T172207.534+02' could not be parsed at index 0
1137ns
|
Text 'T172207.534+02' could not be parsed at index 0
1024ns
|
Text 'T172207.534+02' could not be parsed at index 0
860ns
|
Text 'T172207.534+02' could not be parsed at index 0
852ns
|
Text 'T172207.534+02' could not be parsed at index 0
921ns
|
Text 'T172207.534+02' could not be parsed at index 0
981ns
|
Text 'T172207.534+02' could not be parsed at index 0
872ns
|
Text 'T172207.534+02' could not be parsed at index 0
868ns
|
Text 'T172207.534+02' could not be parsed at index 0
896ns
|
Text 'T172207.534+02' could not be parsed at index 0
876ns
|
Text 'T172207.534+02' could not be parsed at index 0
866ns
|
Text 'T172207.534+02' could not be parsed at index 0
864ns
|
Text 'T172207.534+02' could not be parsed at index 0
844ns
|
Text 'T172207.534+02' could not be parsed at index 0
832ns
|
Text 'T172207.534+02' could not be parsed at index 0
836ns
|
Text 'T172207.534+02' could not be parsed at index 0
969ns
|
Text 'T172207.534+02' could not be parsed at index 0
961ns
|
|
|
| T172207,534635+02 |
Invalid format: "T172207,534635+02"
1004ns
|
Text 'T172207,534635+02' could not be parsed at index 0
1121ns
|
Text 'T172207,534635+02' could not be parsed at index 0
1007ns
|
Text 'T172207,534635+02' could not be parsed at index 0
821ns
|
Text 'T172207,534635+02' could not be parsed at index 0
804ns
|
Text 'T172207,534635+02' could not be parsed at index 0
837ns
|
Text 'T172207,534635+02' could not be parsed at index 0
835ns
|
Text 'T172207,534635+02' could not be parsed at index 0
807ns
|
Text 'T172207,534635+02' could not be parsed at index 0
835ns
|
Text 'T172207,534635+02' could not be parsed at index 0
825ns
|
Text 'T172207,534635+02' could not be parsed at index 0
841ns
|
Text 'T172207,534635+02' could not be parsed at index 0
850ns
|
Text 'T172207,534635+02' could not be parsed at index 0
850ns
|
Text 'T172207,534635+02' could not be parsed at index 0
848ns
|
Text 'T172207,534635+02' could not be parsed at index 0
825ns
|
Text 'T172207,534635+02' could not be parsed at index 0
826ns
|
Text 'T172207,534635+02' could not be parsed at index 0
972ns
|
Text 'T172207,534635+02' could not be parsed at index 0
948ns
|
|
|
| T172207.534635+02 |
Invalid format: "T172207.534635+02"
990ns
|
Text 'T172207.534635+02' could not be parsed at index 0
1123ns
|
Text 'T172207.534635+02' could not be parsed at index 0
995ns
|
Text 'T172207.534635+02' could not be parsed at index 0
824ns
|
Text 'T172207.534635+02' could not be parsed at index 0
817ns
|
Text 'T172207.534635+02' could not be parsed at index 0
832ns
|
Text 'T172207.534635+02' could not be parsed at index 0
829ns
|
Text 'T172207.534635+02' could not be parsed at index 0
814ns
|
Text 'T172207.534635+02' could not be parsed at index 0
829ns
|
Text 'T172207.534635+02' could not be parsed at index 0
830ns
|
Text 'T172207.534635+02' could not be parsed at index 0
824ns
|
Text 'T172207.534635+02' could not be parsed at index 0
851ns
|
Text 'T172207.534635+02' could not be parsed at index 0
869ns
|
Text 'T172207.534635+02' could not be parsed at index 0
855ns
|
Text 'T172207.534635+02' could not be parsed at index 0
841ns
|
Text 'T172207.534635+02' could not be parsed at index 0
948ns
|
Text 'T172207.534635+02' could not be parsed at index 0
1015ns
|
Text 'T172207.534635+02' could not be parsed at index 0
1040ns
|
|
|
| T17+0200 |
Invalid format: "T17+0200"
1068ns
|
Text 'T17+0200' could not be parsed at index 0
1320ns
|
Text 'T17+0200' could not be parsed at index 0
1103ns
|
Text 'T17+0200' could not be parsed at index 0
929ns
|
Text 'T17+0200' could not be parsed at index 0
871ns
|
Text 'T17+0200' could not be parsed at index 0
921ns
|
Text 'T17+0200' could not be parsed at index 0
874ns
|
Text 'T17+0200' could not be parsed at index 0
818ns
|
Text 'T17+0200' could not be parsed at index 0
843ns
|
Text 'T17+0200' could not be parsed at index 0
833ns
|
Text 'T17+0200' could not be parsed at index 0
841ns
|
Text 'T17+0200' could not be parsed at index 0
856ns
|
Text 'T17+0200' could not be parsed at index 0
862ns
|
Text 'T17+0200' could not be parsed at index 0
854ns
|
Text 'T17+0200' could not be parsed at index 0
853ns
|
Text 'T17+0200' could not be parsed at index 0
812ns
|
Text 'T17+0200' could not be parsed at index 0
965ns
|
Text 'T17+0200' could not be parsed at index 0
939ns
|
|
|
| T17,3+0200 |
Invalid format: "T17,3+0200"
979ns
|
Text 'T17,3+0200' could not be parsed at index 0
1104ns
|
Text 'T17,3+0200' could not be parsed at index 0
973ns
|
Text 'T17,3+0200' could not be parsed at index 0
800ns
|
Text 'T17,3+0200' could not be parsed at index 0
811ns
|
Text 'T17,3+0200' could not be parsed at index 0
822ns
|
Text 'T17,3+0200' could not be parsed at index 0
851ns
|
Text 'T17,3+0200' could not be parsed at index 0
828ns
|
Text 'T17,3+0200' could not be parsed at index 0
822ns
|
Text 'T17,3+0200' could not be parsed at index 0
814ns
|
Text 'T17,3+0200' could not be parsed at index 0
820ns
|
Text 'T17,3+0200' could not be parsed at index 0
821ns
|
Text 'T17,3+0200' could not be parsed at index 0
843ns
|
Text 'T17,3+0200' could not be parsed at index 0
854ns
|
Text 'T17,3+0200' could not be parsed at index 0
840ns
|
Text 'T17,3+0200' could not be parsed at index 0
843ns
|
Text 'T17,3+0200' could not be parsed at index 0
982ns
|
Text 'T17,3+0200' could not be parsed at index 0
947ns
|
|
|
| T17.3+0200 |
Invalid format: "T17.3+0200"
985ns
|
Text 'T17.3+0200' could not be parsed at index 0
1106ns
|
Text 'T17.3+0200' could not be parsed at index 0
970ns
|
Text 'T17.3+0200' could not be parsed at index 0
808ns
|
Text 'T17.3+0200' could not be parsed at index 0
786ns
|
Text 'T17.3+0200' could not be parsed at index 0
806ns
|
Text 'T17.3+0200' could not be parsed at index 0
822ns
|
Text 'T17.3+0200' could not be parsed at index 0
792ns
|
Text 'T17.3+0200' could not be parsed at index 0
818ns
|
Text 'T17.3+0200' could not be parsed at index 0
803ns
|
Text 'T17.3+0200' could not be parsed at index 0
808ns
|
Text 'T17.3+0200' could not be parsed at index 0
822ns
|
Text 'T17.3+0200' could not be parsed at index 0
819ns
|
Text 'T17.3+0200' could not be parsed at index 0
818ns
|
Text 'T17.3+0200' could not be parsed at index 0
805ns
|
Text 'T17.3+0200' could not be parsed at index 0
800ns
|
Text 'T17.3+0200' could not be parsed at index 0
947ns
|
Text 'T17.3+0200' could not be parsed at index 0
924ns
|
|
|
| T1722+0200 |
Invalid format: "T1722+0200"
967ns
|
Text 'T1722+0200' could not be parsed at index 0
1086ns
|
Text 'T1722+0200' could not be parsed at index 0
971ns
|
Text 'T1722+0200' could not be parsed at index 0
799ns
|
Text 'T1722+0200' could not be parsed at index 0
782ns
|
Text 'T1722+0200' could not be parsed at index 0
802ns
|
Text 'T1722+0200' could not be parsed at index 0
805ns
|
Text 'T1722+0200' could not be parsed at index 0
792ns
|
Text 'T1722+0200' could not be parsed at index 0
809ns
|
Text 'T1722+0200' could not be parsed at index 0
804ns
|
Text 'T1722+0200' could not be parsed at index 0
812ns
|
Text 'T1722+0200' could not be parsed at index 0
816ns
|
Text 'T1722+0200' could not be parsed at index 0
822ns
|
Text 'T1722+0200' could not be parsed at index 0
820ns
|
Text 'T1722+0200' could not be parsed at index 0
794ns
|
Text 'T1722+0200' could not be parsed at index 0
795ns
|
Text 'T1722+0200' could not be parsed at index 0
947ns
|
Text 'T1722+0200' could not be parsed at index 0
915ns
|
|
|
| T1722,1+0200 |
Invalid format: "T1722,1+0200"
973ns
|
Text 'T1722,1+0200' could not be parsed at index 0
1101ns
|
Text 'T1722,1+0200' could not be parsed at index 0
967ns
|
Text 'T1722,1+0200' could not be parsed at index 0
808ns
|
Text 'T1722,1+0200' could not be parsed at index 0
788ns
|
Text 'T1722,1+0200' could not be parsed at index 0
814ns
|
Text 'T1722,1+0200' could not be parsed at index 0
816ns
|
Text 'T1722,1+0200' could not be parsed at index 0
789ns
|
Text 'T1722,1+0200' could not be parsed at index 0
811ns
|
Text 'T1722,1+0200' could not be parsed at index 0
816ns
|
Text 'T1722,1+0200' could not be parsed at index 0
813ns
|
Text 'T1722,1+0200' could not be parsed at index 0
819ns
|
Text 'T1722,1+0200' could not be parsed at index 0
827ns
|
Text 'T1722,1+0200' could not be parsed at index 0
818ns
|
Text 'T1722,1+0200' could not be parsed at index 0
814ns
|
Text 'T1722,1+0200' could not be parsed at index 0
799ns
|
Text 'T1722,1+0200' could not be parsed at index 0
949ns
|
Text 'T1722,1+0200' could not be parsed at index 0
921ns
|
|
|
| T1722.1+0200 |
Invalid format: "T1722.1+0200"
968ns
|
Text 'T1722.1+0200' could not be parsed at index 0
1090ns
|
Text 'T1722.1+0200' could not be parsed at index 0
972ns
|
Text 'T1722.1+0200' could not be parsed at index 0
801ns
|
Text 'T1722.1+0200' could not be parsed at index 0
785ns
|
Text 'T1722.1+0200' could not be parsed at index 0
815ns
|
Text 'T1722.1+0200' could not be parsed at index 0
803ns
|
Text 'T1722.1+0200' could not be parsed at index 0
793ns
|
Text 'T1722.1+0200' could not be parsed at index 0
804ns
|
Text 'T1722.1+0200' could not be parsed at index 0
803ns
|
Text 'T1722.1+0200' could not be parsed at index 0
816ns
|
Text 'T1722.1+0200' could not be parsed at index 0
820ns
|
Text 'T1722.1+0200' could not be parsed at index 0
824ns
|
Text 'T1722.1+0200' could not be parsed at index 0
822ns
|
Text 'T1722.1+0200' could not be parsed at index 0
797ns
|
Text 'T1722.1+0200' could not be parsed at index 0
794ns
|
Text 'T1722.1+0200' could not be parsed at index 0
946ns
|
Text 'T1722.1+0200' could not be parsed at index 0
919ns
|
|
|
| T172207+0200 |
Invalid format: "T172207+0200"
958ns
|
Text 'T172207+0200' could not be parsed at index 0
1088ns
|
Text 'T172207+0200' could not be parsed at index 0
966ns
|
Text 'T172207+0200' could not be parsed at index 0
811ns
|
Text 'T172207+0200' could not be parsed at index 0
785ns
|
Text 'T172207+0200' could not be parsed at index 0
805ns
|
Text 'T172207+0200' could not be parsed at index 0
814ns
|
Text 'T172207+0200' could not be parsed at index 0
780ns
|
Text 'T172207+0200' could not be parsed at index 0
800ns
|
Text 'T172207+0200' could not be parsed at index 0
810ns
|
Text 'T172207+0200' could not be parsed at index 0
804ns
|
Text 'T172207+0200' could not be parsed at index 0
818ns
|
Text 'T172207+0200' could not be parsed at index 0
828ns
|
Text 'T172207+0200' could not be parsed at index 0
813ns
|
Text 'T172207+0200' could not be parsed at index 0
808ns
|
Text 'T172207+0200' could not be parsed at index 0
801ns
|
Text 'T172207+0200' could not be parsed at index 0
935ns
|
Text 'T172207+0200' could not be parsed at index 0
924ns
|
|
|
| T172207.5+0200 |
Invalid format: "T172207.5+0200"
962ns
|
Text 'T172207.5+0200' could not be parsed at index 0
1081ns
|
Text 'T172207.5+0200' could not be parsed at index 0
968ns
|
Text 'T172207.5+0200' could not be parsed at index 0
797ns
|
Text 'T172207.5+0200' could not be parsed at index 0
786ns
|
Text 'T172207.5+0200' could not be parsed at index 0
815ns
|
Text 'T172207.5+0200' could not be parsed at index 0
803ns
|
Text 'T172207.5+0200' could not be parsed at index 0
789ns
|
Text 'T172207.5+0200' could not be parsed at index 0
813ns
|
Text 'T172207.5+0200' could not be parsed at index 0
801ns
|
Text 'T172207.5+0200' could not be parsed at index 0
815ns
|
Text 'T172207.5+0200' could not be parsed at index 0
818ns
|
Text 'T172207.5+0200' could not be parsed at index 0
821ns
|
Text 'T172207.5+0200' could not be parsed at index 0
824ns
|
Text 'T172207.5+0200' could not be parsed at index 0
800ns
|
Text 'T172207.5+0200' could not be parsed at index 0
799ns
|
Text 'T172207.5+0200' could not be parsed at index 0
950ns
|
Text 'T172207.5+0200' could not be parsed at index 0
919ns
|
|
|
| T172207.53+0200 |
Invalid format: "T172207.53+0200"
965ns
|
Text 'T172207.53+0200' could not be parsed at index 0
1091ns
|
Text 'T172207.53+0200' could not be parsed at index 0
965ns
|
Text 'T172207.53+0200' could not be parsed at index 0
808ns
|
Text 'T172207.53+0200' could not be parsed at index 0
787ns
|
Text 'T172207.53+0200' could not be parsed at index 0
806ns
|
Text 'T172207.53+0200' could not be parsed at index 0
813ns
|
Text 'T172207.53+0200' could not be parsed at index 0
791ns
|
Text 'T172207.53+0200' could not be parsed at index 0
802ns
|
Text 'T172207.53+0200' could not be parsed at index 0
803ns
|
Text 'T172207.53+0200' could not be parsed at index 0
809ns
|
Text 'T172207.53+0200' could not be parsed at index 0
822ns
|
Text 'T172207.53+0200' could not be parsed at index 0
836ns
|
Text 'T172207.53+0200' could not be parsed at index 0
822ns
|
Text 'T172207.53+0200' could not be parsed at index 0
817ns
|
Text 'T172207.53+0200' could not be parsed at index 0
804ns
|
Text 'T172207.53+0200' could not be parsed at index 0
943ns
|
Text 'T172207.53+0200' could not be parsed at index 0
944ns
|
|
|
| T172207,534+0200 |
Invalid format: "T172207,534+0200"
980ns
|
Text 'T172207,534+0200' could not be parsed at index 0
1097ns
|
Text 'T172207,534+0200' could not be parsed at index 0
984ns
|
Text 'T172207,534+0200' could not be parsed at index 0
810ns
|
Text 'T172207,534+0200' could not be parsed at index 0
796ns
|
Text 'T172207,534+0200' could not be parsed at index 0
831ns
|
Text 'T172207,534+0200' could not be parsed at index 0
814ns
|
Text 'T172207,534+0200' could not be parsed at index 0
794ns
|
Text 'T172207,534+0200' could not be parsed at index 0
823ns
|
Text 'T172207,534+0200' could not be parsed at index 0
817ns
|
Text 'T172207,534+0200' could not be parsed at index 0
829ns
|
Text 'T172207,534+0200' could not be parsed at index 0
831ns
|
Text 'T172207,534+0200' could not be parsed at index 0
837ns
|
Text 'T172207,534+0200' could not be parsed at index 0
836ns
|
Text 'T172207,534+0200' could not be parsed at index 0
811ns
|
Text 'T172207,534+0200' could not be parsed at index 0
810ns
|
Text 'T172207,534+0200' could not be parsed at index 0
962ns
|
Text 'T172207,534+0200' could not be parsed at index 0
963ns
|
|
|
| T172207.534+0200 |
Invalid format: "T172207.534+0200"
979ns
|
Text 'T172207.534+0200' could not be parsed at index 0
1110ns
|
Text 'T172207.534+0200' could not be parsed at index 0
982ns
|
Text 'T172207.534+0200' could not be parsed at index 0
815ns
|
Text 'T172207.534+0200' could not be parsed at index 0
805ns
|
Text 'T172207.534+0200' could not be parsed at index 0
818ns
|
Text 'T172207.534+0200' could not be parsed at index 0
827ns
|
Text 'T172207.534+0200' could not be parsed at index 0
795ns
|
Text 'T172207.534+0200' could not be parsed at index 0
815ns
|
Text 'T172207.534+0200' could not be parsed at index 0
826ns
|
Text 'T172207.534+0200' could not be parsed at index 0
828ns
|
Text 'T172207.534+0200' could not be parsed at index 0
830ns
|
Text 'T172207.534+0200' could not be parsed at index 0
847ns
|
Text 'T172207.534+0200' could not be parsed at index 0
827ns
|
Text 'T172207.534+0200' could not be parsed at index 0
812ns
|
Text 'T172207.534+0200' could not be parsed at index 0
822ns
|
Text 'T172207.534+0200' could not be parsed at index 0
955ns
|
Text 'T172207.534+0200' could not be parsed at index 0
941ns
|
|
|
| T172207,534635+0200 |
Invalid format: "T172207,534635+0200"
992ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
1117ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
993ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
811ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
801ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
830ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
814ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
796ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
824ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
818ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
828ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
827ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
837ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
837ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
812ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
810ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
959ns
|
Text 'T172207,534635+0200' could not be parsed at index 0
928ns
|
|
|
| T172207.534635+0200 |
Invalid format: "T172207.534635+0200"
969ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
1107ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
981ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
810ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
794ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
816ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
825ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
793ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
816ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
823ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
814ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
827ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
842ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
827ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
820ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
807ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
952ns
|
Text 'T172207.534635+0200' could not be parsed at index 0
939ns
|
|
|
| 2024-05-16 |
diff 62,527
533ns
|
Text '2024-05-16' could not be parsed at index 10
1200ns
|
Text '2024-05-16' could not be parsed at index 10
1085ns
|
Text '2024-05-16' could not be parsed at index 4
876ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16 of type java.time.format.Parsed
2400ns
|
Text '2024-05-16' could not be parsed at index 10
952ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16 of type java.time.format.Parsed
2227ns
|
Text '2024-05-16' could not be parsed at index 2
834ns
|
Text '2024-05-16' could not be parsed at index 2
861ns
|
Text '2024-05-16' could not be parsed at index 2
895ns
|
Text '2024-05-16' could not be parsed at index 10
997ns
|
Text '2024-05-16' could not be parsed at index 10
973ns
|
Text '2024-05-16' could not be parsed at index 10
950ns
|
Text '2024-05-16' could not be parsed at index 10
959ns
|
Text '2024-05-16' could not be parsed at index 5
886ns
|
Text '2024-05-16' could not be parsed at index 4
877ns
|
Text '2024-05-16' could not be parsed at index 10
1067ns
|
Text '2024-05-16' could not be parsed at index 4
1048ns
|
|
|
| 20 |
diff 63,251,943,335
211ns
|
Text '20' could not be parsed at index 0
1133ns
|
Text '20' could not be parsed at index 0
1046ns
|
Text '20' could not be parsed at index 0
829ns
|
Text '20' could not be parsed at index 0
831ns
|
Text '20' could not be parsed at index 0
852ns
|
Text '20' could not be parsed at index 0
872ns
|
Text '20' could not be parsed at index 2
891ns
|
Text '20' could not be parsed at index 2
933ns
|
Text '20' could not be parsed at index 2
929ns
|
Text '20' could not be parsed at index 0
864ns
|
Text '20' could not be parsed at index 0
868ns
|
Text '20' could not be parsed at index 0
869ns
|
Text '20' could not be parsed at index 0
816ns
|
Text '20' could not be parsed at index 0
797ns
|
Text '20' could not be parsed at index 0
803ns
|
Text '20' could not be parsed at index 0
935ns
|
Text '20' could not be parsed at index 2
959ns
|
|
|
| 202 |
diff 57,508,589,735
217ns
|
Text '202' could not be parsed at index 0
1194ns
|
Text '202' could not be parsed at index 0
1063ns
|
Text '202' could not be parsed at index 0
847ns
|
Text '202' could not be parsed at index 0
819ns
|
Text '202' could not be parsed at index 0
855ns
|
Text '202' could not be parsed at index 0
871ns
|
Text '202' could not be parsed at index 2
890ns
|
Text '202' could not be parsed at index 2
930ns
|
Text '202' could not be parsed at index 2
924ns
|
Text '202' could not be parsed at index 0
822ns
|
Text '202' could not be parsed at index 0
818ns
|
Text '202' could not be parsed at index 0
816ns
|
Text '202' could not be parsed at index 0
807ns
|
Text '202' could not be parsed at index 0
823ns
|
Text '202' could not be parsed at index 0
832ns
|
Text '202' could not be parsed at index 0
995ns
|
Text '202' could not be parsed at index 3
1063ns
|
|
|
| 2024 |
diff 11,809,327
348ns
|
Text '2024' could not be parsed at index 4
1195ns
|
Text '2024' could not be parsed at index 4
1073ns
|
Text '2024' could not be parsed at index 4
891ns
|
Text '2024' could not be parsed at index 4
874ns
|
Text '2024' could not be parsed at index 4
905ns
|
Text '2024' could not be parsed at index 4
887ns
|
Text '2024' could not be parsed at index 2
866ns
|
Text '2024' could not be parsed at index 2
887ns
|
Text '2024' could not be parsed at index 2
894ns
|
Text '2024' could not be parsed at index 4
909ns
|
Text '2024' could not be parsed at index 4
932ns
|
Text '2024' could not be parsed at index 4
926ns
|
Text '2024' could not be parsed at index 4
928ns
|
Text '2024' could not be parsed at index 4
928ns
|
Text '2024' could not be parsed at index 4
891ns
|
Text '2024' could not be parsed at index 4
1047ns
|
Text '2024' could not be parsed at index 4
1040ns
|
|
|
| 2024-05 |
diff 1,358,527
492ns
|
Text '2024-05' could not be parsed at index 7
1204ns
|
Text '2024-05' could not be parsed at index 7
1080ns
|
Text '2024-05' could not be parsed at index 4
885ns
|
Text '2024-05' could not be parsed at index 7
919ns
|
Text '2024-05' could not be parsed at index 7
921ns
|
Text '2024-05' could not be parsed at index 7
933ns
|
Text '2024-05' could not be parsed at index 2
868ns
|
Text '2024-05' could not be parsed at index 2
902ns
|
Text '2024-05' could not be parsed at index 2
881ns
|
Text '2024-05' could not be parsed at index 7
875ns
|
Text '2024-05' could not be parsed at index 7
890ns
|
Text '2024-05' could not be parsed at index 7
886ns
|
Text '2024-05' could not be parsed at index 7
879ns
|
Text '2024-05' could not be parsed at index 5
844ns
|
Text '2024-05' could not be parsed at index 4
837ns
|
Text '2024-05' could not be parsed at index 7
1033ns
|
Text '2024-05' could not be parsed at index 4
1024ns
|
|
|
| 2024-137 |
diff 62,527
577ns
|
Text '2024-137' could not be parsed at index 7
1193ns
|
Text '2024-137' could not be parsed at index 7
1049ns
|
Text '2024-137' could not be parsed at index 4
853ns
|
Text '2024-137' could not be parsed at index 7
855ns
|
Text '2024-137' could not be parsed at index 7
904ns
|
Text '2024-137' could not be parsed at index 7
927ns
|
Text '2024-137' could not be parsed at index 2
894ns
|
Text '2024-137' could not be parsed at index 2
927ns
|
Text '2024-137' could not be parsed at index 2
924ns
|
Text '2024-137' could not be parsed at index 7
960ns
|
Text '2024-137' could not be parsed at index 7
954ns
|
Text '2024-137' could not be parsed at index 7
951ns
|
Text '2024-137' could not be parsed at index 7
951ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16 of type java.time.format.Parsed
2295ns
|
Text '2024-137' could not be parsed at index 4
897ns
|
Text '2024-137' could not be parsed at index 7
1094ns
|
Text '2024-137' could not be parsed at index 4
1055ns
|
|
|
| 2024-W20 |
diff 321,727
625ns
|
Text '2024-W20' could not be parsed at index 5
1166ns
|
Text '2024-W20' could not be parsed at index 5
1030ns
|
Text '2024-W20' could not be parsed at index 4
851ns
|
Text '2024-W20' could not be parsed at index 5
842ns
|
Text '2024-W20' could not be parsed at index 5
857ns
|
Text '2024-W20' could not be parsed at index 5
860ns
|
Text '2024-W20' could not be parsed at index 2
817ns
|
Text '2024-W20' could not be parsed at index 2
845ns
|
Text '2024-W20' could not be parsed at index 2
852ns
|
Text '2024-W20' could not be parsed at index 5
853ns
|
Text '2024-W20' could not be parsed at index 5
870ns
|
Text '2024-W20' could not be parsed at index 5
872ns
|
Text '2024-W20' could not be parsed at index 5
864ns
|
Text '2024-W20' could not be parsed at index 5
848ns
|
Text '2024-W20' could not be parsed at index 8
872ns
|
Text '2024-W20' could not be parsed at index 5
999ns
|
Text '2024-W20' could not be parsed at index 4
1004ns
|
|
|
| 2024-W20-4 |
diff 62,527
695ns
|
Text '2024-W20-4' could not be parsed at index 5
1152ns
|
Text '2024-W20-4' could not be parsed at index 5
1022ns
|
Text '2024-W20-4' could not be parsed at index 4
876ns
|
Text '2024-W20-4' could not be parsed at index 5
873ns
|
Text '2024-W20-4' could not be parsed at index 5
883ns
|
Text '2024-W20-4' could not be parsed at index 5
892ns
|
Text '2024-W20-4' could not be parsed at index 2
859ns
|
Text '2024-W20-4' could not be parsed at index 2
895ns
|
Text '2024-W20-4' could not be parsed at index 2
882ns
|
Text '2024-W20-4' could not be parsed at index 5
889ns
|
Text '2024-W20-4' could not be parsed at index 5
903ns
|
Text '2024-W20-4' could not be parsed at index 5
910ns
|
Text '2024-W20-4' could not be parsed at index 5
912ns
|
Text '2024-W20-4' could not be parsed at index 5
895ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16 of type java.time.format.Parsed
2573ns
|
Text '2024-W20-4' could not be parsed at index 5
1033ns
|
Text '2024-W20-4' could not be parsed at index 4
1038ns
|
|
|
| 20240516 |
diff -638,665,108,760,273
352ns
|
Text '20240516' could not be parsed at index 0
1156ns
|
Text '20240516' could not be parsed at index 0
1041ns
|
Unable to obtain Instant from TemporalAccessor: {},ISO resolved to 2024-05-16 of type java.time.format.Parsed
2296ns
|
Text '20240516' could not be parsed at index 0
829ns
|
Text '20240516' could not be parsed at index 0
855ns
|
Text '20240516' could not be parsed at index 0
855ns
|
Text '20240516' could not be parsed at index 2
857ns
|
Text '20240516' could not be parsed at index 2
884ns
|
Text '20240516' could not be parsed at index 2
885ns
|
Text '20240516' could not be parsed at index 0
875ns
|
Text '20240516' could not be parsed at index 0
854ns
|
Text '20240516' could not be parsed at index 0
1044ns
|
Text '20240516' could not be parsed at index 0
1153ns
|
Text '20240516' could not be parsed at index 0
900ns
|
Text '20240516' could not be parsed at index 0
915ns
|
Text '20240516' could not be parsed at index 0
1141ns
|
Text '20240516' could not be parsed at index 8
1155ns
|
|
|
| 2024137 |
diff -63,811,711,121,873
407ns
|
Text '2024137' could not be parsed at index 0
1247ns
|
Text '2024137' could not be parsed at index 0
1048ns
|
Text '2024137' could not be parsed at index 6
896ns
|
Text '2024137' could not be parsed at index 0
829ns
|
Text '2024137' could not be parsed at index 0
953ns
|
Text '2024137' could not be parsed at index 0
829ns
|
Text '2024137' could not be parsed at index 2
843ns
|
Text '2024137' could not be parsed at index 2
939ns
|
Text '2024137' could not be parsed at index 2
889ns
|
Text '2024137' could not be parsed at index 0
869ns
|
Text '2024137' could not be parsed at index 0
864ns
|
Text '2024137' could not be parsed at index 0
861ns
|
Text '2024137' could not be parsed at index 0
846ns
|
Text '2024137' could not be parsed at index 0
834ns
|
Text '2024137' could not be parsed at index 0
845ns
|
Text '2024137' could not be parsed at index 0
1138ns
|
Text '2024137' could not be parsed at index 7
1269ns
|
|
|
| 2024W20 |
Invalid format: "2024W20" is malformed at "W20"
1477ns
|
Text '2024W20' could not be parsed at index 4
1589ns
|
Text '2024W20' could not be parsed at index 4
1459ns
|
Text '2024W20' could not be parsed at index 4
1071ns
|
Text '2024W20' could not be parsed at index 4
1067ns
|
Text '2024W20' could not be parsed at index 4
1023ns
|
Text '2024W20' could not be parsed at index 4
986ns
|
Text '2024W20' could not be parsed at index 2
895ns
|
Text '2024W20' could not be parsed at index 2
980ns
|
Text '2024W20' could not be parsed at index 2
1046ns
|
Text '2024W20' could not be parsed at index 4
1070ns
|
Text '2024W20' could not be parsed at index 4
1060ns
|
Text '2024W20' could not be parsed at index 4
1020ns
|
Text '2024W20' could not be parsed at index 4
939ns
|
Text '2024W20' could not be parsed at index 4
948ns
|
Text '2024W20' could not be parsed at index 4
1007ns
|
Text '2024W20' could not be parsed at index 4
1347ns
|
Text '2024W20' could not be parsed at index 4
1027ns
|
|
|
| 2024W204 |
Invalid format: "2024W204" is malformed at "W204"
1272ns
|
Text '2024W204' could not be parsed at index 4
1254ns
|
Text '2024W204' could not be parsed at index 4
1159ns
|
Text '2024W204' could not be parsed at index 4
958ns
|
Text '2024W204' could not be parsed at index 4
933ns
|
Text '2024W204' could not be parsed at index 4
983ns
|
Text '2024W204' could not be parsed at index 4
981ns
|
Text '2024W204' could not be parsed at index 2
1025ns
|
Text '2024W204' could not be parsed at index 2
1150ns
|
Text '2024W204' could not be parsed at index 2
1027ns
|
Text '2024W204' could not be parsed at index 4
1073ns
|
Text '2024W204' could not be parsed at index 4
1194ns
|
Text '2024W204' could not be parsed at index 4
2017ns
|
Text '2024W204' could not be parsed at index 4
1997ns
|
Text '2024W204' could not be parsed at index 4
1028ns
|
Text '2024W204' could not be parsed at index 4
1036ns
|
Text '2024W204' could not be parsed at index 4
1345ns
|
Text '2024W204' could not be parsed at index 4
1196ns
|
|
|
| Total |
21
org.joda.time.LocalDateTime.parse(String)
|
17
java.time.Instant.parse(String)
|
0
java.time.LocalDateTime.parse(String)
|
0
DateTimeFormatter.BASIC_ISO_DATE.parse(String)
|
0
DateTimeFormatter.ISO_LOCAL_DATE.parse(String)
|
0
DateTimeFormatter.ISO_OFFSET_DATE.parse(String)
|
0
DateTimeFormatter.ISO_DATE.parse(String)
|
0
DateTimeFormatter.ISO_LOCAL_TIME.parse(String)
|
0
DateTimeFormatter.ISO_OFFSET_TIME.parse(String)
|
0
DateTimeFormatter.ISO_TIME.parse(String)
|
0
DateTimeFormatter.ISO_LOCAL_DATE_TIME.parse(String)
|
23
DateTimeFormatter.ISO_OFFSET_DATE_TIME.parse(String)
|
23
DateTimeFormatter.ISO_ZONED_DATE_TIME.parse(String)
|
17
DateTimeFormatter.ISO_DATE_TIME.parse(String)
|
0
DateTimeFormatter.ISO_ORDINAL_DATE.parse(String)
|
0
DateTimeFormatter.ISO_WEEK_DATE.parse(String)
|
17
DateTimeFormatter.ISO_INSTANT.parse(String)
|
0
DateTimeFormatter.RFC_1123_DATE_TIME.parse(String)
|
0
java.util.Date.parse(String)
|
0
java.sql.Date.parse(String)
|
| Total |
37
org.joda.time.LocalDateTime.parse(String)
|
0
java.time.Instant.parse(String)
|
6
java.time.LocalDateTime.parse(String)
|
0
DateTimeFormatter.BASIC_ISO_DATE.parse(String)
|
0
DateTimeFormatter.ISO_LOCAL_DATE.parse(String)
|
0
DateTimeFormatter.ISO_OFFSET_DATE.parse(String)
|
0
DateTimeFormatter.ISO_DATE.parse(String)
|
0
DateTimeFormatter.ISO_LOCAL_TIME.parse(String)
|
0
DateTimeFormatter.ISO_OFFSET_TIME.parse(String)
|
0
DateTimeFormatter.ISO_TIME.parse(String)
|
0
DateTimeFormatter.ISO_LOCAL_DATE_TIME.parse(String)
|
5
DateTimeFormatter.ISO_OFFSET_DATE_TIME.parse(String)
|
5
DateTimeFormatter.ISO_ZONED_DATE_TIME.parse(String)
|
3
DateTimeFormatter.ISO_DATE_TIME.parse(String)
|
0
DateTimeFormatter.ISO_ORDINAL_DATE.parse(String)
|
0
DateTimeFormatter.ISO_WEEK_DATE.parse(String)
|
0
DateTimeFormatter.ISO_INSTANT.parse(String)
|
0
DateTimeFormatter.RFC_1123_DATE_TIME.parse(String)
|
0
java.util.Date.parse(String)
|
0
java.sql.Date.parse(String)
|